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