这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Read more about the session argument for computed fields in the [docs](https://h
- console: add read replica support section to pro popup (#4118)
- cli: list all avialable commands in root command help (fix #4623)
- docs: add section on actions vs. remote schemas to actions documentation (#4284)
- docs: fix wrong info about excluding scheme in CORS config

## `v1.2.0`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ For the ``serve`` sub-command these are the available flags and ENV variables:

* - ``--cors-domain <DOMAINS>``
- ``HASURA_GRAPHQL_CORS_DOMAIN``
- CSV of list of domains, excluding scheme (http/https) and including port,
to allow for CORS. Wildcard domains are allowed.
- CSV of list of domains, incuding scheme (http/https) and port, to allow for CORS. Wildcard
domains are allowed. (See :ref:`configure-cors`)

* - ``--disable-cors``
- ``HASURA_GRAPHQL_DISABLE_CORS``
Expand Down