summaryrefslogtreecommitdiff
path: root/conf/global/sql_connection.conf
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-03-13 11:44:21 +0000
committerAsheraf <acheraf1998@gmail.com>2017-03-13 11:44:21 +0000
commit5b15b7b79729258f55533e0d76fcccf1a3d16021 (patch)
tree95c8b00f3807444b60904ebe8c57ac5d4d6a7807 /conf/global/sql_connection.conf
parent3186fb9a770c373059c0e6c9f0ac55348c9064da (diff)
downloadhercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.gz
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.bz2
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.xz
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.zip
Basic Server Configurations
Diffstat (limited to 'conf/global/sql_connection.conf')
-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 60fea5656..a5477769c 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: "127.0.0.1"
+ db_hostname: "91.134.140.224"
db_port: 3306
- db_username: "ragnarok"
- db_password: "ragnarok"
- db_database: "ragnarok"
+ db_username: "neoonro"
+ db_password: "pgURU4w9eSCh9"
+ db_database: "neoonro"
//codepage:""
}