Skip to content

Commit

Permalink
added hub url config to globalcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Sep 18, 2023
1 parent 63ceffb commit 08d1091
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cylc/flow/cfgspec/globalcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,26 @@ def default_for(
Prior to Cylc 8, ``global.cylc`` was named ``global.rc``, but that name
is no longer supported.
''') as SPEC:
with Conf('hub', desc='''
The cylc hub is mostly documented here:
:ref:`architecture-reference`.
.. _architecture-reference:
.. seealso::
:ref:`UI_Server_config`.
.. _UI_Server_config:
'''):
Conf('url', VDR.V_STRING, '', desc='''
..versionadded:: 8.3.0
Where Jupyter Hub is used a url can be provided for routing on
execution of ``cylc gui`` command.
''')

with Conf('scheduler', desc=(
default_for(SCHEDULER_DESCR, "[scheduler]", section=True)
)):
Expand Down

0 comments on commit 08d1091

Please sign in to comment.