docs: use brackets to refer to another field in the config

This commit is contained in:
jo 2022-08-25 11:08:27 +02:00 committed by Kyle Robbertze
parent 9a8011a12f
commit 5624fd5cd0
1 changed files with 2 additions and 2 deletions

View File

@ -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: []