From b21b4a4740cf53da96658cedc91abd765d9659f5 Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:24:41 +0100 Subject: [PATCH] Revert DB config --- config/dbconfig.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/dbconfig.txt b/config/dbconfig.txt index 35443519b1c3e..ffcbe885689dd 100644 --- a/config/dbconfig.txt +++ b/config/dbconfig.txt @@ -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. @@ -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 @@ -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