Skip to content

Commit

Permalink
Revert DB config
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Apr 11, 2024
1 parent 02a9ac9 commit b21b4a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/dbconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## administration, and the in game library.

## Should SQL be enabled? Uncomment to enable
SQL_ENABLED
#SQL_ENABLED

## Server the MySQL database can be found at.
## Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.
ADDRESS 127.0.0.1
ADDRESS localhost

## MySQL server port (default is 3306).
PORT 3306

## Database for all SQL functions, not just feedback.
FEEDBACK_DATABASE beestation13
FEEDBACK_DATABASE ss13beedb

## Prefix to be added to the name of every table, older databases will require this be set to erro_
## Note, this does not change the table names in the database, you will have to do that yourself.
Expand All @@ -24,7 +24,7 @@ FEEDBACK_DATABASE beestation13
FEEDBACK_TABLEPREFIX SS13_

## Username/Login used to access the database.
FEEDBACK_LOGIN beestation13
FEEDBACK_LOGIN ss13dbuser

## Password used to access the database.
FEEDBACK_PASSWORD password1
Expand All @@ -45,4 +45,4 @@ BSQL_THREAD_LIMIT 50
MAX_CONCURRENT_QUERIES 25

## Disable advanced feedback tracking, saving a substantial amount of database space.
#LIMITED_FEEDBACK
LIMITED_FEEDBACK

0 comments on commit b21b4a4

Please sign in to comment.