From d9eb5706291b2df38ebdbf540c74fcd52c9415f6 Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 11 Aug 2026 17:16:41 +0200 Subject: [PATCH] RC-7-B --- internal/customer/server.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/customer/server.go b/internal/customer/server.go index c6747c0..61733a2 100644 --- a/internal/customer/server.go +++ b/internal/customer/server.go @@ -33,6 +33,9 @@ type Config struct { GamePublicURL, GameAdminURL, SharedSecret string DockerHost, WorkerImage, WorkerEntrypoint, WorkerNetwork string WorkerRegisterURL string + WorkerRegistryUsername string + WorkerRegistryPassword string + WorkerRegistryServer string WorkerAutoPull bool WorkerRateMicrosPerMinute int64 MaxWorkersPerCustomer int