1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

change CORS example to suggest it should be replaced or omitted

This commit is contained in:
checktheroads
2020-10-11 16:08:47 -07:00
parent 0f1afc4293
commit 454bc54cc5

View File

@@ -86,5 +86,5 @@ request_timeout: 30
listen_address: "127.0.0.1"
listen_port: 8001
log_file: /tmp/hyperglass.log
cors_origins: [localhost:3000, 192.0.2.1]
cors_origins: [lg.example.com, 192.0.2.1]
```