aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-18 21:42:56 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-18 21:42:56 +0000
commitff2a74367f3fe980f08c20c691d451d1ae55b95a (patch)
tree73598d0ba42d4a44aef8c4b58763641dabe9d914 /config.example.cfg
parent3f666d2302f5ad78784f2e8a8362134652eed4b9 (diff)
downloadcheatdb-ff2a74367f3fe980f08c20c691d451d1ae55b95a.tar.xz
Fix download forgery
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.example.cfg b/config.example.cfg
index 09aac7f..51e3f50 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -10,8 +10,9 @@ SQLALCHEMY_DATABASE_URI = "sqlite:///../db.sqlite"
GITHUB_CLIENT_ID = ""
GITHUB_CLIENT_SECRET = ""
-CELERY_BROKER_URL='redis://localhost:6379'
-CELERY_RESULT_BACKEND='redis://localhost:6379'
+REDIS_URL='redis://redis:6379'
+CELERY_BROKER_URL='redis://redis:6379'
+CELERY_RESULT_BACKEND='redis://redis:6379'
USER_ENABLE_REGISTER = False
USER_ENABLE_CHANGE_USERNAME = False