diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/config_qa.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/Dawn/config_qa.ini b/python/Dawn/config_qa.ini new file mode 100644 index 00000000..a5a14482 --- /dev/null +++ b/python/Dawn/config_qa.ini @@ -0,0 +1,9 @@ +SQLALCHEMY_DATABASE_URI = 'postgresql://qa:Serenitas2@debian/dawndb' +SQLALCHEMY_TRACK_MODIFICATIONS = False +TICKETS_FOLDER = '/home/share/Daily/tickets' +CP_FOLDER = '/home/share/Daily/counterparties' +SECRET_KEY = 'papa' +LOGFILE = '/home/share/CorpCDOs/logs/dawn.log' +DEBUG = False +SEND_FILE_MAX_AGE_DEFAULT = 60 +SCHEMA = 'qa'
\ No newline at end of file |
