diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-03-13 11:44:21 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-03-13 11:44:21 +0000 |
commit | 5b15b7b79729258f55533e0d76fcccf1a3d16021 (patch) | |
tree | 95c8b00f3807444b60904ebe8c57ac5d4d6a7807 /conf/map | |
parent | 3186fb9a770c373059c0e6c9f0ac55348c9064da (diff) | |
download | hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.gz hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.bz2 hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.xz hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.zip |
Basic Server Configurations
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/map-server.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/map-server.conf b/conf/map/map-server.conf index b489e948b..1f638180f 100644 --- a/conf/map/map-server.conf +++ b/conf/map/map-server.conf @@ -53,14 +53,14 @@ map_configuration: { // Information related to inter-server behavior inter: { // Interserver communication passwords, set in the login server database - userid: "s1" - passwd: "p1" + userid: "HbsnKJ_04sX" + passwd: "pDSdL_0rxK4" // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. - //char_ip: "127.0.0.1" + char_ip: "164.132.104.78" // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces @@ -73,7 +73,7 @@ map_configuration: { // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. - //map_ip: "127.0.0.1" + map_ip: "164.132.104.78" // Map Server Port map_port: 5121 |