mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
23 lines
562 B
Plaintext
23 lines
562 B
Plaintext
# MySQL Connection Configuration
|
|
|
|
# Server the MySQL database can be found at
|
|
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.
|
|
ADDRESS 127.0.0.1
|
|
|
|
# MySQL server port (default is 3306)
|
|
|
|
# Database the population, death, karma, etc. tables may be found in
|
|
DATABASE game
|
|
|
|
# Username/Login used to access the database
|
|
LOGIN build
|
|
|
|
# Password used to access the database
|
|
PASSWORD build
|
|
|
|
# The following information is for feedback tracking via the blackbox server
|
|
|
|
# Track population and death statistics
|
|
# Comment this out to disable
|
|
#ENABLE_STAT_TRACKING
|