From e389e3a14b396711b9e087fc15d129aa4113b225 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 5 Nov 2024 09:57:24 -0300 Subject: [PATCH] fix: don't use templating on .env.sample --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 1e44c2a..a417322 100644 --- a/.env.sample +++ b/.env.sample @@ -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)