Skip to content

Commit

Permalink
env.local.example: fix JUPYTERHUB_CONFIG_OVERRIDE comment section (#…
Browse files Browse the repository at this point in the history
…424)

`JUPYTERHUB_CONFIG_OVERRIDE` was disconnected from its sample code.

This is just a comment fix.  Zero chance to introduce any regressions.

I won't tag it upon merging this PR.
  • Loading branch information
tlvu authored Feb 16, 2024
2 parents 67c6ca1 + 77bd315 commit 13645f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
## Fixes

- env.local.example: fix `JUPYTERHUB_CONFIG_OVERRIDE` comment section

`JUPYTERHUB_CONFIG_OVERRIDE` was disconnected from its sample code.


[2.0.6](https://github.com/bird-house/birdhouse-deploy/tree/2.0.6) (2024-02-15)
------------------------------------------------------------------------------------------------------------------
Expand Down
10 changes: 4 additions & 6 deletions birdhouse/env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,6 @@ export GEOSERVER_ADMIN_PASSWORD=geoserverpass
# it will be automatically reduced by half of the timeout value to ensure that it can be effective.
#export JUPYTER_IDLE_KERNEL_CULL_INTERVAL=0

# Allow for adding new config or override existing config in
# config/jupyterhub/jupyterhub_config.py.template.
#
#export JUPYTERHUB_CONFIG_OVERRIDE="
#
#
# The following variables can be used to configure additional authentication settings for jupyterhub
#
# 32 byte hex-encoded key used to encrypt a user's authentication state in the juptyerhub database.
Expand All @@ -376,7 +370,11 @@ export GEOSERVER_ADMIN_PASSWORD=geoserverpass
# if their authentication information is older that this value (in seconds). This value is only applied if
# JUPYTERHUB_CRYPT_KEY is set.
#export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=60

# Allow for adding new config or override existing config in
# config/jupyterhub/jupyterhub_config.py.template.
#
#export JUPYTERHUB_CONFIG_OVERRIDE="
#
# Sample below will allow for sharing notebooks between Jupyter users.
# Note all shares are public.
Expand Down

0 comments on commit 13645f3

Please sign in to comment.