added QServer for external cache access
[NeonServV5.git] / neonserv.example.conf
1 /*
2   NeonServ example configuration
3 */
4
5 "MySQL" {
6     "host" = "127.0.0.1 ";
7     "port" = 3306;
8     "user" = "neonserv";
9     "pass" = "password";
10     "base" = "neonserv";
11 };
12 "General" {
13     "alertchan" = "";
14     "have_halfop" = 0;
15 };
16 "QServer" {
17     "enabled" = 1;
18     "port" = 7499;
19     "pass" = "blaa";
20 };