From 5624fd5cd00f2c49b499286c13e0abf1c9658c58 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 25 Aug 2022 11:08:27 +0200 Subject: [PATCH] docs: use brackets to refer to another field in the config --- docs/admin-manual/setup/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin-manual/setup/configuration.md b/docs/admin-manual/setup/configuration.md index ed3c7f4aa..122ca9985 100644 --- a/docs/admin-manual/setup/configuration.md +++ b/docs/admin-manual/setup/configuration.md @@ -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: []