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