mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
initial commit - cross reference with 5th port - obviously has compile errors
This commit is contained in:
33
config/dbconfig.txt
Normal file
33
config/dbconfig.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
## MySQL Connection Configuration
|
||||
## This is used for stats, feedback gathering,
|
||||
## administration, and the in game library.
|
||||
|
||||
## Should SQL be enabled? Uncomment to enable.
|
||||
#SQL_ENABLED
|
||||
|
||||
## 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 for all SQL functions, not just feedback.
|
||||
FEEDBACK_DATABASE feedback
|
||||
|
||||
## Prefix to be added to the name of every table, older databases will require this be set to erro_
|
||||
## if left out defaults to erro_ for legacy reasons, if you want no table prefix, give a blank prefix rather then comment out
|
||||
## Note, this does not change the table names in the database, you will have to do that yourself.
|
||||
##IE:
|
||||
## FEEDBACK_TABLEPREFIX erro_
|
||||
## FEEDBACK_TABLEPREFIX
|
||||
## FEEDBACK_TABLEPREFIX SS13_
|
||||
##
|
||||
## Leave as is if you are using the standard schema file.
|
||||
FEEDBACK_TABLEPREFIX
|
||||
|
||||
## Username/Login used to access the database.
|
||||
FEEDBACK_LOGIN username
|
||||
|
||||
## Password used to access the database.
|
||||
FEEDBACK_PASSWORD password
|
||||
Reference in New Issue
Block a user