Spaces:
Build error
Build error
| import json | |
| with open('/etc/config.json') as config_file: | |
| config = json.load(config_file) | |
| class Config: | |
| SECRET_KEY = config.get('SECRET_KEY') | |