import os class Config(object): SECRET_KEY = os.environ.get('SECRET_KEY') or 'some-local-secret-PSLA-key'
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 23765 | robert_cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
#2 | 23705 | robert_cowham | Basics working in simplified form | ||
#1 | 23704 | robert_cowham | Save before simplifying |