From 239d572391afd4aa6b39bed11ab0c6ac26311e22 Mon Sep 17 00:00:00 2001 From: "Calabro, Brandon" Date: Mon, 21 Jul 2025 11:35:06 -0500 Subject: [PATCH] Fixes to entrypoint --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index cba3e17..3066960 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,12 +23,12 @@ ${START_MARKER} # This block is automatically managed by the container's entrypoint script. # Do not edit it manually, as changes will be overwritten on container restart. [dbProcess] -DSN=DBSERVICE +DSN=//oracle/FREEPDB1 databaseUID=DBUSERNAME centralServerAddress=${CONTAINER_IP} [LoginServer] -DSN=DBSERVICE +DSN=//oracle/FREEPDB1 databaseUID=DBUSERNAME developmentMode=true useExternalAuth=false