mirror of
https://gitlab.bmcstudios.org/public_projects/swg-server-docker.git
synced 2026-01-16 17:04:26 -05:00
Fixes to entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user