2021-12-07 19:58:18 +00:00
|
|
|
# Full path to the LEGO Universe client
|
|
|
|
CLIENT_PATH=/Users/someuser/LEGO Universe
|
|
|
|
# Can improve build time
|
2021-12-07 21:44:08 +00:00
|
|
|
BUILD_THREADS=1
|
2021-12-07 19:58:18 +00:00
|
|
|
# Updates NET_VERSION in CMakeVariables.txt
|
2021-12-07 22:18:20 +00:00
|
|
|
BUILD_VERSION=171022
|
2021-12-07 21:08:53 +00:00
|
|
|
# make sure this is a long random string
|
2021-12-09 07:34:14 +00:00
|
|
|
# grab a "SHA 256-bit Key" from here: https://keygen.io/
|
2021-12-08 06:33:34 +00:00
|
|
|
ACCOUNT_MANAGER_SECRET=
|
|
|
|
# Should be the externally facing IP of your server host
|
|
|
|
EXTERNAL_IP=localhost
|
|
|
|
# Database values
|
2022-01-05 16:46:59 +00:00
|
|
|
# Be careful with special characters here. It is more safe to use normal characters and/or numbers.
|
2021-12-09 07:10:29 +00:00
|
|
|
MARIADB_USER=darkflame
|
2021-12-08 06:33:34 +00:00
|
|
|
MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME
|
|
|
|
MARIADB_ROOT_PASSWORD=SECRET_VALUE_CHANGE_ME
|
2023-08-04 02:38:33 +00:00
|
|
|
MARIADB_DATABASE=darkflame
|