Merge pull request #163 from minrk/config-dir

put config in `$tljh/config` directory
This commit is contained in:
Yuvi Panda
2018-09-04 18:04:57 -07:00
committed by GitHub
12 changed files with 212 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ directory that lets you load multiple ``jupyterhub_config.py`` snippets for
your configuration. You need to create the directory when you use it for
the first time.
Any files in ``/opt/tljh/jupyterhub_config.d`` that end in ``.py`` will be
Any files in ``/opt/tljh/config/jupyterhub_config.d`` that end in ``.py`` will be
loaded in alphabetical order as python files to provide configuration for
JupyterHub. Any config that can go in a regular ``jupyterhub_config.py``
file is valid in these files. They will be loaded *after* any of the config
options specified with ``tljh-config`` are loaded.
options specified with ``tljh-config`` are loaded.