mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 13:33:35 +00:00
15 lines
579 B
Plaintext
15 lines
579 B
Plaintext
# Full path to the LEGO Universe client
|
|
CLIENT_PATH=./client
|
|
# Updates NET_VERSION in CMakeVariables.txt
|
|
NET_VERSION=171022
|
|
# make sure this is a long random string
|
|
# generate a "SHA 256-bit Key" from here: https://gchq.github.io/CyberChef/#recipe=Pseudo-Random_Number_Generator(256,'Hex')
|
|
ACCOUNT_MANAGER_SECRET=
|
|
# Should be the externally facing IP of your server host
|
|
EXTERNAL_IP=localhost
|
|
# Database values
|
|
# Be careful with special characters here. It is more safe to use normal characters and/or numbers.
|
|
MARIADB_USER=darkflame
|
|
MARIADB_PASSWORD=
|
|
MARIADB_DATABASE=darkflame
|