diff options
author | Magnus Hagander | 2018-02-21 17:31:54 +0000 |
---|---|---|
committer | Magnus Hagander | 2018-02-21 17:45:19 +0000 |
commit | b8274b5875a4742800307ed645f1137c10e2a09d (patch) | |
tree | fd91a0b4b27e7f822c8bedfcf976c5662b152621 /pgcommitfest/settings.py | |
parent | da4c56069c8f61dd7e8f499827618e527e1a4a1b (diff) |
Implement thread notification receiving
This allows the archivs server to ping the CF app to pick up updates to
mailthreads quicker.
Diffstat (limited to 'pgcommitfest/settings.py')
-rw-r--r-- | pgcommitfest/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py index 44106a7..111d118 100644 --- a/pgcommitfest/settings.py +++ b/pgcommitfest/settings.py @@ -163,6 +163,7 @@ ARCHIVES_TIMEOUT=10 # Seconds to wait for calls to the archives ARCHIVES_SERVER="localhost" ARCHIVES_PORT="8001" ARCHIVES_HOST="archives.postgresql.org" # Host: header to send +ARCHIVES_APIKEY=None # Email address to pgsql-hackers. Set to something local to test maybe? HACKERS_EMAIL="pgsql-hackers-testing@localhost" |