Files
Aurora.3/config/example/dbconfig.txt
T
skull132 09a6c86180 Remove dbcon_old
Removes the redunant SQL database and swaps the core mechanics over to using one database for all the things.
2016-01-13 15:56:57 +02:00

24 lines
607 B
Plaintext

# MySQL Connection Configuration
# Server the MySQL database can be found at
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.
ADDRESS localhost
# MySQL server port (default is 3306)
PORT 3306
# Database the population, death, karma, etc. tables may be found in
DATABASE tgstation
# Username/Login used to access the database
LOGIN mylogin
# Password used to access the database
PASSWORD mypassword
# The following information is for feedback tracking via the blackbox server
# Track population and death statistics
# Comment this out to disable
#ENABLE_STAT_TRACKING