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 |