mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Full path to the LEGO Universe client
 | 
						|
CLIENT_PATH=/Users/someuser/LEGO Universe
 | 
						|
# Can improve build time
 | 
						|
BUILD_THREADS=1
 | 
						|
# Updates NET_VERSION in CMakeVariables.txt
 | 
						|
BUILD_VERSION=171022
 | 
						|
# make sure this is a long random string
 | 
						|
ACCOUNT_MANAGER_SECRET=
 | 
						|
# Should be the externally facing IP of your server host
 | 
						|
EXTERNAL_IP=localhost
 | 
						|
# Database values
 | 
						|
MARIADB_USER=SECRET_VALUE_CHANGE_ME
 | 
						|
MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME
 | 
						|
MARIADB_ROOT_PASSWORD=SECRET_VALUE_CHANGE_ME
 | 
						|
MARIADB_DATABASE=SECRET_VALUE_CHANGE_ME |