Fix name of config entry
This commit is contained in:
parent
af4e025a6d
commit
5a1d5713e6
1 changed files with 1 additions and 1 deletions
2
web.env
2
web.env
|
@ -3,7 +3,7 @@ CELERY_BROKER=redis://redis:6379/0
|
||||||
CELERY_BACKEND=redis://redis:6379/1
|
CELERY_BACKEND=redis://redis:6379/1
|
||||||
SECRET_KEY=REPLACEME
|
SECRET_KEY=REPLACEME
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
SERVER_URL=http://localhost:8000
|
BASE_URL=http://localhost:8000
|
||||||
OAUTH_CLIENT_ID=REPLACEME
|
OAUTH_CLIENT_ID=REPLACEME
|
||||||
OAUTH_CLIENT_SECRET=REPLACEME
|
OAUTH_CLIENT_SECRET=REPLACEME
|
||||||
KERS_ADMIN_USERNAME=replaceme
|
KERS_ADMIN_USERNAME=replaceme
|
||||||
|
|
Loading…
Reference in a new issue