Skip to content

Commit 7ac99b0

Browse files
Merge pull request #544 from kinow/kinow-patch-1
Use underscore instead of hyphen for configuration
2 parents 6a76c70 + e68c3c8 commit 7ac99b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user-guide/sharing-access-to-workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ another person, and that cannot be prevented by technical means. However, a
180180
workflow owner cannot unilaterally gain access to any other user's account or
181181
workflows by configuring their own UI Server.
182182

183-
``c.CylcUIServer.site-authorization``, which is loaded from
183+
``c.CylcUIServer.site_authorization``, which is loaded from
184184
``/etc/cylc/uiserver/jupyter_config.py``, or, alternatively, the environment variable
185185
``CYLC_SITE_CONF_PATH``, contains these site default and limit settings for
186186
users. This configuration should be entered as a Python dictionary.
@@ -193,7 +193,7 @@ Sites set both limits and defaults for users.
193193
- ``limit`` determines the maximum access users can grant to their workflows.
194194

195195
- ``default`` sets a default access level, which applies if the user does
196-
not appear in the user-authorization configuration (via explicit user name or group).
196+
not appear in the user_authorization configuration (via explicit user name or group).
197197

198198
Missing Configurations in Site Authorization
199199
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)