Use equals, not colons, in .env
This commit is contained in:
parent
fc2919d642
commit
1264a305da
10
README.md
10
README.md
@ -110,10 +110,10 @@ TIME_ZONE="America/New_York" # Change as required
|
|||||||
# The following settings are OPTIONAL and not necessary for most basic deployments
|
# The following settings are OPTIONAL and not necessary for most basic deployments
|
||||||
REDIS_CACHE_LOCATION="redis://redis.default.svc.cluster.local/0"
|
REDIS_CACHE_LOCATION="redis://redis.default.svc.cluster.local/0"
|
||||||
CELERY_BROKER_URL="redis://redis.default.svc.cluster.local/1" # If set, make sure CELERY_TASK_ALWAYS_EAGER is False
|
CELERY_BROKER_URL="redis://redis.default.svc.cluster.local/1" # If set, make sure CELERY_TASK_ALWAYS_EAGER is False
|
||||||
EMAIL_HOST_USER: ""
|
EMAIL_HOST_USER=""
|
||||||
EMAIL_HOST_PASSWORD: ""
|
EMAIL_HOST_PASSWORD=""
|
||||||
EMAIL_HOST: ""
|
EMAIL_HOST=""
|
||||||
SERVER_EMAIL: "Shynet <noreply@shynet.example.com>"
|
SERVER_EMAIL="Shynet <noreply@shynet.example.com>"
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Setup the Shynet database by running `docker run --env-file=<your env file> milesmcc/shynet:latest python manage.py migrate`.
|
4. Setup the Shynet database by running `docker run --env-file=<your env file> milesmcc/shynet:latest python manage.py migrate`.
|
||||||
@ -161,4 +161,4 @@ Shynet is made available under the [Apache License, version 2.0](LICENSE).
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
a17t was created by [Miles McCain](https://miles.land) at the [Recurse Center](https://recurse.com) using [a17t](https://a17t.miles.land).
|
a17t was created by [Miles McCain](https://miles.land) at the [Recurse Center](https://recurse.com) using [a17t](https://a17t.miles.land).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user