From cd749f7a6402bb12fa37123476715f404d8cb35b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 25 Aug 2013 07:39:12 +0400 Subject: [PATCH] Resetting configs --- config/example/dbconfig.txt | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config/example/dbconfig.txt diff --git a/config/example/dbconfig.txt b/config/example/dbconfig.txt deleted file mode 100644 index 5e7233ad27f..00000000000 --- a/config/example/dbconfig.txt +++ /dev/null @@ -1,26 +0,0 @@ -# MySQL Connection Configuration - -# 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 population, death, karma, etc. tables may be found in -DATABASE tgstation - -# Username/Login used to access the database -LOGIN mylogin - -# Password used to access the database -PASSWORD mypassword - -# The following information is for feedback tracking via the blackbox server -FEEDBACK_DATABASE test -FEEDBACK_LOGIN mylogin -FEEDBACK_PASSWORD mypassword - -# Track population and death statistics -# Comment this out to disable -#ENABLE_STAT_TRACKING \ No newline at end of file