fix(docker) .env.dist paths format (#1312)
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
WORLDSERVER_DATA="./docker/worldserver/data"
|
WORLDSERVER_DATA=./docker/worldserver/data
|
||||||
WORLDSERVER_ETC="./docker/worldserver/etc"
|
WORLDSERVER_ETC=./docker/worldserver/etc
|
||||||
WORLDSERVER_LOGS="./docker/worldserver/logs"
|
WORLDSERVER_LOGS=./docker/worldserver/logs
|
||||||
|
|
||||||
AUTHSERVER_ETC="./docker/authserver/etc"
|
AUTHSERVER_ETC=./docker/authserver/etc
|
||||||
AUTHSERVER_LOGS="./docker/authserver/logs"
|
AUTHSERVER_LOGS=./docker/authserver/logs
|
||||||
|
|
||||||
WORLD_EXTERNAL_PORT=8085
|
WORLD_EXTERNAL_PORT=8085
|
||||||
AUTH_EXTERNAL_PORT=3724
|
AUTH_EXTERNAL_PORT=3724
|
||||||
DB_EXTERNAL_PORT=3306
|
DB_EXTERNAL_PORT=3306
|
||||||
DB_ROOT_PASSWORD=password
|
DB_ROOT_PASSWORD=password
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user