Files
song-prompt-webapp/config.py

5 lines
96 B
Python
Raw Normal View History

import os
class Config(object):
SECRET_KEY = os.environ.get("SONGPROMPT") or "song-prompt"