diff --git a/docs/docs/parameters.mdx b/docs/docs/parameters.mdx index e058dc4..c3c07aa 100644 --- a/docs/docs/parameters.mdx +++ b/docs/docs/parameters.mdx @@ -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] ```