diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-23 21:12:52 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-23 21:15:21 +0100 |
| commit | d5342d7096e8bb568f1af7bdc9200b03537bb9fc (patch) | |
| tree | b59e4d6a9b0b8c289cec58b597c9fccbba15e8cd /config.example.cfg | |
| parent | 59f75bb71c361ae442febf3666838ef055849c30 (diff) | |
| download | cheatdb-d5342d7096e8bb568f1af7bdc9200b03537bb9fc.tar.xz | |
Move static and uploads to public dir
Diffstat (limited to 'config.example.cfg')
| -rw-r--r-- | config.example.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.example.cfg b/config.example.cfg index 53313c6..41d685c 100644 --- a/config.example.cfg +++ b/config.example.cfg @@ -13,11 +13,9 @@ GITHUB_CLIENT_SECRET = "" CELERY_BROKER_URL='redis://localhost:6379' CELERY_RESULT_BACKEND='redis://localhost:6379' -UPLOAD_FOLDER="tmp" - USER_ENABLE_REGISTER = False USER_ENABLE_CHANGE_USERNAME = False -s + MAIL_USERNAME="" MAIL_PASSWORD="" MAIL_DEFAULT_SENDER="" |
