forked from coop-cloud/funkwhale
Merge pull request 'fix: don't use templating on .env.sample' (#4) from env-domain into main
Reviewed-on: coop-cloud/funkwhale#4 Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
commit
b1aacaea7d
@ -1,5 +1,5 @@
|
||||
TYPE=funkwhale
|
||||
DOMAIN={{ .Domain }}
|
||||
DOMAIN=funkwhale.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
@ -15,7 +15,7 @@ FUNKWHALE_WEB_WORKERS=4
|
||||
# Replace this by the definitive, public domain you will use for
|
||||
# your instance. It cannot be changed after initial deployment
|
||||
# without breaking your instance.
|
||||
FUNKWHALE_HOSTNAME={{ .Domain }}
|
||||
FUNKWHALE_HOSTNAME=funkwhale.example.com
|
||||
FUNKWHALE_PROTOCOL=https
|
||||
|
||||
# Log level (debug, info, warning, error, critical)
|
||||
|
Loading…
Reference in New Issue
Block a user