diff options
Diffstat (limited to 'conf/general.yml-example')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 749b9e716..aa8d431be 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -155,8 +155,8 @@ ALLOWED_COBRANDS: - cobrand2: 'hostname_substring2' - cobrand3 -# This is only used in "offensive report" emails to provide a link directly to -# the admin interface. If wanted, set to the full URL of your admin interface. +# This is used in e.g. "offensive report" emails to provide a link directly to +# the admin interface. Defaults to BASE_URL with "/admin" on the end. ADMIN_BASE_URL: '' # How many items are returned in the GeoRSS feeds by default |