From f2867c8359f16d947fde72151481d27e93a2e083 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 23 Oct 2023 12:50:45 +0100 Subject: [PATCH] Tidy up settings a little --- .env.sample | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.env.sample b/.env.sample index 9134bcf..be77cb2 100644 --- a/.env.sample +++ b/.env.sample @@ -3,17 +3,19 @@ TIMEOUT=300 ENABLE_AUTO_UPDATE=true COMPOSE_FILE="compose.yml" -# Setup Wordpress settings on each deploy: -#POST_DEPLOY_CMDS="app core_install" - DOMAIN=wordpress.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.wordpress.example.com`' LETS_ENCRYPT_ENV=production -TITLE="My Example Blog" -LOCALE="en_US" # de_DE -ADMIN_EMAIL=admin@example.com +# Setup Wordpress settings on each deploy: +#POST_DEPLOY_CMDS="app core_install" + +# Optional settings, otherwise can be set in the installer +# (Required for `app core_install` +#TITLE="My Example Blog" +#LOCALE="en_US" # de_DE +#ADMIN_EMAIL=admin@example.com # Every new user is per default subscriber, uncomment to change it #DEFAULT_USER_ROLE=administrator @@ -63,10 +65,10 @@ SECRET_DB_PASSWORD_VERSION=v1 #SECRET_AUTHENTIK_ID_VERSION=v1 #LOGIN_TYPE='auto' -# 🚩🚩 dangerous, use only for development sites! - # Allow remote connections to db +# 🚩🚩 dangerous, use only for development sites! #COMPOSE_FILE="$COMPOSE_FILE:compose.public-db.yml # Wide-open CORS +# 🚩🚩 dangerous, use only for development sites! #CORS_ALLOW_ALL=1