32 lines
685 B
Plaintext
32 lines
685 B
Plaintext
#
|
|
# GENERAL
|
|
#
|
|
|
|
USER_CONF_PATH=/azerothcore/apps/docker/config-docker.sh
|
|
DATAPATH=/azerothcore/env/dist/data
|
|
|
|
#
|
|
# COMPILER
|
|
#
|
|
|
|
CTYPE=RelWithDebInfo
|
|
CSCRIPTS=static
|
|
AC_CCACHE=true
|
|
|
|
#
|
|
# SIMPLE RESTARTER
|
|
#
|
|
AC_RESTARTER_BINPATH=
|
|
AC_RESTARTER_BINFILE=
|
|
AC_RESTARTER_WITHGDB=
|
|
|
|
#
|
|
# mod-encounter-journal
|
|
# This deployment reads only .conf.dist files, so module conf overrides
|
|
# live here as env vars. ExportOnStart=1 writes JSON/Lua right after the
|
|
# custom_ej_* tables load. EXPORT_PATH must point at a directory that's
|
|
# mounted on the host so the file appears outside the container.
|
|
#
|
|
AC_ENCOUNTER_JOURNAL_EXPORT_ON_START=1
|
|
AC_ENCOUNTER_JOURNAL_EXPORT_PATH=/azerothcore/env/dist/logs
|