From b71a9880076a967e88a1a4e01914775518beb939 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 27 Mar 2020 13:27:32 -0700 Subject: [PATCH] consistent formatting in .env.example --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 4d9815fe..509331ec 100644 --- a/.env.example +++ b/.env.example @@ -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