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