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
+2 -1
View File
@@ -15,8 +15,8 @@ import (
"syscall"
"time"
"gardomatic.kleiax.de/lib/client"
"gardomatic.kleiax.de/internal/vcs"
"gardomatic.kleiax.de/lib/client"
"github.com/go-playground/form/v4"
)
@@ -30,6 +30,7 @@ type Config struct {
Port int
Env string
APIBaseURL string
DemoAccountEmail string
SessionCookieName string
CookieSecure bool
}