consistent formatting in .env.example

This commit is contained in:
Mouse Reeve 2020-03-27 13:27:32 -07:00
parent 0c766f9867
commit b71a988007

View file

@ -1,5 +1,5 @@
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY="7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr"
SECRET_KEY=7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG=true
@ -9,17 +9,17 @@ DOMAIN=your.domain.here
## Leave unset to allow all hosts
# ALLOWED_HOSTS="localhost,127.0.0.1,[::1]"
OL_URL="https://openlibrary.org"
OL_URL=https://openlibrary.org
## Database backend to use.
## Default is postgres, sqlite is for dev quickstart only (NOT production!!!)
FEDIREADS_DATABASE_BACKEND=postgres
MEDIA_ROOT="images/"
MEDIA_ROOT=images/
POSTGRES_PASSWORD="fedireads"
POSTGRES_USER="fedireads"
POSTGRES_DB="fedireads"
POSTGRES_PASSWORD=fedireads
POSTGRES_USER=fedireads
POSTGRES_DB=fedireads
RABBITMQ_DEFAULT_USER=rabbit
RABBITMQ_DEFAULT_PASS=changeme