Skip to content

Commit d0e6f0a

Browse files
committed
Set EGERIA_HOME_GLOSSARY_GUID to be empty by default - users should set that variable as appropriate.
Signed-off-by: Dan Wolfson <dwolfson@users.noreply.github.com>
1 parent dcfd1eb commit d0e6f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-configs/egeria-platform-jupyter-compose/before-notebook.d/config-jupyter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export EGERIA_USER='erinoverview'
3030
export EGERIA_USER_PASSWORD='secret'
3131
export EGERIA_JUPYTER='True'
3232
export EGERIA_WIDTH='200'
33-
export EGERIA_HOME_GLOSSARY_GUID='30bfe79e-adf2-4fda-b9c5-9c86ad6b0d6c'
33+
export EGERIA_HOME_GLOSSARY_GUID=
3434
export EGERIA_GLOSSARY_PATH='/home/jovyan/loading-bay/glossary'
3535

3636

compose-configs/egeria-platform-jupyter-proxy-pg-compose/before-notebook.d/config-jupyter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export EGERIA_USER='erinoverview'
3030
export EGERIA_USER_PASSWORD='secret'
3131
export EGERIA_JUPYTER='True'
3232
export EGERIA_WIDTH='200'
33-
export EGERIA_HOME_GLOSSARY_GUID='30bfe79e-adf2-4fda-b9c5-9c86ad6b0d6c'
33+
export EGERIA_HOME_GLOSSARY_GUID=
3434
export EGERIA_GLOSSARY_PATH='/home/jovyan/loading-bay/glossary'
3535

3636

0 commit comments

Comments
 (0)