flo-token-explorer-historic/config.py
2018-12-08 11:02:45 +05:30

5 lines
157 B
Python

import os
basedir = os.path.abspath(os.path.dirname(__file__))
class Config(object):
SECRET_KEY = os.environ.get('SECRET_KEY') or 'you-will-never-guess'