Skip to content

Commit

Permalink
fix missing variable name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cwcummings committed Aug 18, 2023
1 parent f7b0781 commit b01f40b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ handlers:
workspace_dir: ${WORKSPACE_DIR}
jupyterhub_user_data_dir: ${JUPYTERHUB_USER_DATA_DIR}
wps_outputs_dir: ${WPS_OUTPUTS_DIR}
wps_outputs_public_subdir: ${WPS_OUTPUTS_PUBLIC_SUBDIR}
public_workspace_wps_outputs_subdir: ${PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR}

# [Required] This section defines how to synchronize permissions between Magpie services when they share resources
sync_permissions:
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEOSERVER_ADMIN=admin
GEOSERVER_PASSWORD=myawesomegeoserver
WORKSPACE_DIR=/tmp/user_workspaces
JUPYTERHUB_USER_DATA_DIR=/tmp/jupyterhub_user_data_dir
WPS_OUTPUTS_PUBLIC_SUBDIR=public/wpsoutputs
PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR=public/wpsoutputs
MAGPIE_ADMIN_USER=admin
MAGPIE_ADMIN_PASSWORD=qwertyqwerty
COWBIRD_TEST_MAGPIE_URL=http://localhost:2001/magpie
Expand Down
2 changes: 1 addition & 1 deletion docker/config/cowbird/cowbird.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COWBIRD_CONFIG_PATH=/config.yml
COWBIRD_SSL_VERIFY=true
WORKSPACE_DIR=/user_workspaces
JUPYTERHUB_USER_DATA_DIR=/jupyterhub_user_data_dir
WPS_OUTPUTS_PUBLIC_SUBDIR=public/wpsoutputs
PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR=public/wpsoutputs
GEOSERVER_ADMIN=admin
GEOSERVER_PASSWORD=myawesomegeoserver
MAGPIE_ADMIN_USER=admin
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Example :
workspace_dir: ${WORKSPACE_DIR}
jupyterhub_user_data_dir: ${JUPYTERHUB_USER_DATA_DIR}
wps_outputs_dir: ${WPS_OUTPUTS_DIR}
wps_outputs_public_subdir: ${WPS_OUTPUTS_PUBLIC_SUBDIR}
public_workspace_wps_outputs_subdir: ${PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR}
sync_permissions:
#################
Expand Down

0 comments on commit b01f40b

Please sign in to comment.