Vahe's picture
initial app files added
535107d
raw
history blame contribute delete
147 Bytes
import json
with open('/etc/config.json') as config_file:
config = json.load(config_file)
class Config:
SECRET_KEY = config.get('SECRET_KEY')