mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
19 lines
581 B
Plaintext
19 lines
581 B
Plaintext
# This configuration file is for the forum database, if you need to set up
|
|
# population, death, etc. tracking see 'dbconfig.txt'
|
|
# The login credentials for this will likely differ from those in dbconfig.txt!
|
|
|
|
# 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 forum data may be found in
|
|
DATABASE tgstation13
|
|
|
|
# Username/Login used to access the database
|
|
LOGIN mylogin
|
|
|
|
# Password used to access the database
|
|
PASSWORD mypassword |