Files
Paradise/config/example/forumdbconfig.txt
2015-01-07 02:46:55 +01:00

19 lines
578 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 paradise
# Username/Login used to access the database
LOGIN mylogin
# Password used to access the database
PASSWORD mypassword