docs: use brackets to refer to another field in the config
This commit is contained in:
parent
9a8011a12f
commit
5624fd5cd0
|
@ -18,8 +18,8 @@ general:
|
||||||
# > this field is REQUIRED
|
# > this field is REQUIRED
|
||||||
api_key: "some_random_generated_secret!"
|
api_key: "some_random_generated_secret!"
|
||||||
|
|
||||||
# List of origins allowed to access resources on the server, the public url
|
# List of origins allowed to access resources on the server,
|
||||||
# origin is automatically included.
|
# the [general.public_url] origin is automatically included.
|
||||||
# > default is []
|
# > default is []
|
||||||
allowed_cors_origins: []
|
allowed_cors_origins: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue