View Single Post
  #17  
Old 03-27-2018, 11:04 PM
Thallandor
Fire Beetle
 
Join Date: Mar 2018
Posts: 13
Default

Code:
{
     "server" : {
          "chatserver" : {
               "host" : "10.0.0.2",
               "port" : "7500"
          },
          "database" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "mailserver" : {
               "host" : "10.0.0.2",
               "port" : "7500"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "webinterface" : {
               "port" : "9081"
          },
          "world" : {
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "uOqKbwjHmghlsQMYXj6kK5OpOX6BSqN",
               "loginserver" : {
                    "account" : "",
                    "host" : "10.0.0.2",
                    "password" : "",
                    "port" : "5998"
               },
               "longname" : "Faded World",
               "shortname" : "Faded World",
               "tcp" : {
                    "ip" : "10.0.0.2",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
I posted it on the last post but here it is again. this config kills the login.
Reply With Quote