Skip to content

Commit

Permalink
Merge pull request #82 from aserto-dev/fix/locahost
Browse files Browse the repository at this point in the history
fixed typo locahost -> localhost in config examples
  • Loading branch information
ogazitt committed Apr 28, 2023
2 parents f346be4 + fbe2b29 commit aa39513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/config-private-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/config-remote-dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down
2 changes: 1 addition & 1 deletion pkg/testing/assets/config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down

0 comments on commit aa39513

Please sign in to comment.