summaryrefslogtreecommitdiff
path: root/conf/global
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-03-13 11:51:46 +0000
committerAsheraf <acheraf1998@gmail.com>2017-03-13 11:51:46 +0000
commit0263a6cc98cb274fc074462f50237d47a0cfd276 (patch)
tree2751cac8ad3ca34850f9d29052a94f79e3bb3c1d /conf/global
parente9fae355b417ce6c3ecc1696260dc5d52f623b6f (diff)
downloadhercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.gz
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.bz2
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.xz
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.zip
Revert "Basic Server Configurations"
This reverts commit 5b15b7b79729258f55533e0d76fcccf1a3d16021.
Diffstat (limited to 'conf/global')
-rw-r--r--conf/global/sql_connection.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/global/sql_connection.conf b/conf/global/sql_connection.conf
index a5477769c..60fea5656 100644
--- a/conf/global/sql_connection.conf
+++ b/conf/global/sql_connection.conf
@@ -43,10 +43,10 @@ sql_connection: {
// Under windows, you want to use 127.0.0.1. If you see a message like
// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
// and you have localhost, switch it to 127.0.0.1
- db_hostname: "91.134.140.224"
+ db_hostname: "127.0.0.1"
db_port: 3306
- db_username: "neoonro"
- db_password: "pgURU4w9eSCh9"
- db_database: "neoonro"
+ db_username: "ragnarok"
+ db_password: "ragnarok"
+ db_database: "ragnarok"
//codepage:""
}