You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/configuration.rst
+11-17
Original file line number
Diff line number
Diff line change
@@ -142,23 +142,17 @@ E.g. to set the email auth username from the config yaml as below we'd use the e
142
142
Frontend Configuration
143
143
-------------------------
144
144
145
-
The frontend also has some configuration options. The javascript application expects a json file ``config.json`` under ``https://<domain>/config.json``.
146
-
If you want to overwrite the default config please configure your webserver to serve your designated ``config.json`` at that url.
147
-
148
-
This also enables server administrators to show information banners / messages on top via the ``messages`` config key to e.g. announce maintenance.
145
+
The frontend also has some configuration options which can be configured in the ``service`` section of the yaml configuration.
146
+
This enables server administrators to show information banners / messages on top via the ``messages`` config key to e.g. announce maintenance.
0 commit comments