Files
NP_CSM_Tool/config.py

6 lines
95 B
Python

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