DarkflameServer/.env.example

15 lines
511 B
Plaintext
Raw Normal View History

# 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
# grab a "SHA 256-bit Key" from here: https://keygen.io/
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
MARIADB_PASSWORD=
MARIADB_DATABASE=darkflame