mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
consolidate paths in config.py
This commit is contained in:
@@ -11,8 +11,7 @@ FIXME: A strong feeling that JSON Schema should be involved somehow.
|
||||
import os
|
||||
import yaml
|
||||
|
||||
INSTALL_PREFIX = os.environ.get('TLJH_INSTALL_PREFIX', '/opt/tljh')
|
||||
CONFIG_FILE = os.path.join(INSTALL_PREFIX, 'config.yaml')
|
||||
from tljh.config import CONFIG_FILE
|
||||
|
||||
# Default configuration for tljh
|
||||
# User provided config is merged into this
|
||||
|
||||
Reference in New Issue
Block a user