Files
NP_CSM_Tool/config.py

5 lines
94 B
Python
Raw Permalink Normal View History

import os
class Config(object):
SECRET_KEY = os.environ.get("NORTHPASS") or "north-pass"