diff --git a/docs/examples/config-private-ghcr.yaml b/docs/examples/config-private-ghcr.yaml index 6f23109d..b903a4e3 100644 --- a/docs/examples/config-private-ghcr.yaml +++ b/docs/examples/config-private-ghcr.yaml @@ -18,7 +18,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2 diff --git a/docs/examples/config-remote-dir.yaml b/docs/examples/config-remote-dir.yaml index 074c5e22..08a2d0fb 100644 --- a/docs/examples/config-remote-dir.yaml +++ b/docs/examples/config-remote-dir.yaml @@ -16,7 +16,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2 diff --git a/pkg/testing/assets/config-example.yaml b/pkg/testing/assets/config-example.yaml index dd95449a..53f9c4cb 100644 --- a/pkg/testing/assets/config-example.yaml +++ b/pkg/testing/assets/config-example.yaml @@ -14,7 +14,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2