diff options
author | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
commit | 38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30 (patch) | |
tree | 6cc0aa096ebf39bebb0e9a8eae46a10af736e457 /web/req/config.py | |
download | peep.1bpm.net-master.tar.gz peep.1bpm.net-master.tar.bz2 peep.1bpm.net-master.zip |
Diffstat (limited to 'web/req/config.py')
-rw-r--r-- | web/req/config.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/req/config.py b/web/req/config.py new file mode 100644 index 0000000..65819a7 --- /dev/null +++ b/web/req/config.py @@ -0,0 +1,9 @@ + +db_host = "gut.in.bpm" +db_name = "peep" +db_user = "peep" +db_password = "nvaef94tjadhehfge" + +base_url = "http://peep.1bpm.net/" + + |