chore: fix
ci-api / test (push) Successful in 26m33s

This commit is contained in:
Nuxgrid
2026-08-01 16:33:08 +02:00
parent 7374616e4a
commit 6e77f05f00
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -128,6 +128,7 @@ func main() {
// Service de démos avec le provisioner Helm
demoSvc := demos.NewService(demoStore, demoPool, helmProv, demos.Config{
BaseDomain: cfg.DemoDomain,
HTTPSPort: cfg.DemoHTTPSPort,
TTL: demos.TTL,
MaxDemos: demos.MaxConcurrentDemos,
})