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
|
||||
api_key: "some_random_generated_secret!"
|
||||
|
||||
# List of origins allowed to access resources on the server, the public url
|
||||
# origin is automatically included.
|
||||
# List of origins allowed to access resources on the server,
|
||||
# the [general.public_url] origin is automatically included.
|
||||
# > default is []
|
||||
allowed_cors_origins: []
|
||||
|
||||
|
|
Loading…
Reference in New Issue