Sindbad~EG File Manager

Current Path : /home/numerotech/mobileapp.aios-scientificcommittee.org/aiosapp/core/
Upload File :
Current File : //home/numerotech/mobileapp.aios-scientificcommittee.org/aiosapp/core/config.py

class Config(object):
	DEBUG   = False
	TESTING = False
	# DATABASE_URI = 'sqlite:///:memory:'

class ProductionConfig(Config):
	DATABASE_URI = 'mysql+pymysql://numerotech_primary_db_aios:ZpUQPsv+ANMz@207.148.116.149:3306/numerotech_primary_db_aios?charset=utf8mb4'
	DATABASE_URI_APP = 'mysql+pymysql://numerotech_primary_mobile_app_db:MGTZ^poLZF6A@207.148.116.149:3306/numerotech_aios_app'
	UPLOAD_PATH  = 'images'
	# in below line 's' added to http by ganesan for test use on March  23 2021
class DevelopmentConfig(Config):
	DEBUG = True

class SECRET_KEY(Config):
	SECRET_KEY = '5678906567890543346789976565'


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists