Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Nov 27, 2023
1 parent c83513b commit c9fb762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions birdhouse/config/jupyterhub/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# are applied and must be added to the list of DELAYED_EVAL.

export JUPYTERHUB_DOCKER=pavics/jupyterhub
export JUPYTERHUB_VERSION=4.0.2-20231024
export JUPYTERHUB_VERSION=4.0.2-20231127

# Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:230601"
Expand Down Expand Up @@ -71,7 +71,7 @@ export JUPYTERHUB_CRYPT_KEY=
# Jupyterhub will check if the current logged in user still has permission to access jupyterhub (according to Magpie)
# 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=300
export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=60

export DELAYED_EVAL="
$DELAYED_EVAL
Expand Down
2 changes: 1 addition & 1 deletion birdhouse/env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export GEOSERVER_ADMIN_PASSWORD=geoserverpass
# Jupyterhub will check if the current logged in user still has permission to access jupyterhub (according to Magpie)
# 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=300
#export JUPYTERHUB_AUTHENTICATOR_REFRESH_AGE=60
#
#
# Sample below will allow for sharing notebooks between Jupyter users.
Expand Down

0 comments on commit c9fb762

Please sign in to comment.