import os class Config(object): SECRET_KEY = os.environ.get('SECRET_KEY') or 'some-local-secret-PSLA-key'
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 25220 | robert_cowham |
Moved project files to new location: //guest/perforce_software/log-analyzer/psla/... Required by Swarm project structure for workshop. |
||
#1 | 23765 | robert_cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
//guest/perforce_software/utils/log_analyzer/config.py | |||||
#2 | 23705 | robert_cowham | Basics working in simplified form | ||
#1 | 23704 | robert_cowham | Save before simplifying |