Add separate production, testserver, and demo deployments
CI / test (push) Failing after 10s

This commit is contained in:
2026-09-14 19:58:31 +02:00
parent b87aa0aa17
commit d06ff4a94a
37 changed files with 1293 additions and 121 deletions
+6
View File
@@ -56,6 +56,12 @@ GARDOMATIC_RATE_LIMIT_BURST=40
# https://garden.example.com,https://admin.example.com
GARDOMATIC_CORS_TRUSTED_ORIGINS=http://localhost:4040
# Destructive demo reset. Never enable this for a database containing real data.
GARDOMATIC_DEMO_RESET_ENABLED=false
# When set, this shared account cannot change its identity, password or sessions.
# Use the same address as `demo reset --email` on a disposable demo instance.
GARDOMATIC_DEMO_ACCOUNT_EMAIL=
# Delivery mode. Allowed: file or smtp.
GARDOMATIC_SMTP_MODE=file
# SMTP hostname and TCP port. Used only in smtp mode.