mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 07:02:36 +00:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@57 316c924e-a436-60f5-8080-3fe189b3f50e
21 lines
524 B
Plaintext
21 lines
524 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
|
|
|
|
# Track population and death statistics
|
|
# Comment this out to disable
|
|
ENABLE_STAT_TRACKING |