From e2a42f956ac935ba625318e8b8d0dd044ec6698d Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Dec 2020 13:19:34 +0200 Subject: [PATCH] =?UTF-8?q?Switch=20from=20envrc=20=E2=86=92=20env=20forma?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref coop-cloud/abra#40 --- .envrc.sample => .env.sample | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) rename .envrc.sample => .env.sample (58%) diff --git a/.envrc.sample b/.env.sample similarity index 58% rename from .envrc.sample rename to .env.sample index 0df15bd..1fcda33 100644 --- a/.envrc.sample +++ b/.env.sample @@ -1,28 +1,28 @@ -export APP=selfoss +APP=selfoss -export DOMAIN=reader.example.com +DOMAIN=reader.example.com ## Domain aliases -#export EXTRA_DOMAINS=', `www.selfoss.example.com`' -export LETS_ENCRYPT_ENV=production +#EXTRA_DOMAINS=', `www.selfoss.example.com`' +LETS_ENCRYPT_ENV=production # Selfoss options, see https://www.selfoss.aditu.de/#configuration # Options are sqlite, pgsql, mysql; currently sqlite and pgsql are supported # If you choose pgsql, uncomment the COMPOSE_FILE line -export SELFOSS_DB_TYPE=sqlite -#export COMPOSE_FILE="compose.yml:compose.postgres.yml" +SELFOSS_DB_TYPE=sqlite +#COMPOSE_FILE="compose.yml:compose.postgres.yml" # Set these two variables to enable authentication -export SELFOSS_USERNAME= -export SELFOSS_PASSWORD= +SELFOSS_USERNAME= +SELFOSS_PASSWORD= # The recommended /password hash script currently seems broken; use this instead: # http://www.passwordtool.hu/php5-password-hash-generator # Options are EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, None -export SELFOSS_LOGGER_LEVEL=ERROR +SELFOSS_LOGGER_LEVEL=ERROR -export ENTRYPOINT_CONF_VERSION=v7 -export DB_PASSWORD_VERSION=v1 +ENTRYPOINT_CONF_VERSION=v7 +DB_PASSWORD_VERSION=v1 # Not required yet, see # https://git.autonomic.zone/compose-stacks/selfoss/issues/3 -#export SELFOSS_PASSWORD_VERSION=v1 +#SELFOSS_PASSWORD_VERSION=v1