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
It would be nice to update documentation regarding these options.
Personally, I would prefer to use the configuration options over environment variables since this approach is more flexible: it is always possible to set the configuration options to the value of the variables, e.g.:
It seems that the following documented configuration options are not actually used in the code:
Instead, the values of the following environment variables are used:
JUPYTERHUB_SERVICE_PREFIX
NBEX_BASE_STORE
NBEX_DB_URL
nbexchange/nbexchange/app.py
Lines 65 to 66 in 985796a
nbexchange/nbexchange/database.py
Line 18 in 985796a
It would be nice to update documentation regarding these options.
Personally, I would prefer to use the configuration options over environment variables since this approach is more flexible: it is always possible to set the configuration options to the value of the variables, e.g.:
The text was updated successfully, but these errors were encountered: