fix app registry port

This commit is contained in:
Willy Kloucek
2022-05-03 12:59:48 +02:00
parent 859ae544d5
commit c0c19dc36a

View File

@@ -41,7 +41,7 @@ func DefaultConfig() *config.Config {
FrontendPublicURL: "https://localhost:9200",
AppRegistryEndpoint: "localhost:9222",
AppRegistryEndpoint: "localhost:9242",
AuthBasicEndpoint: "localhost:9146",
AuthBearerEndpoint: "localhost:9148",
AuthMachineEndpoint: "localhost:9166",