X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=neonserv.example.conf;h=a6b3a6101ee841907f54ee84a07d04323ed1754f;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hp=99775aec371723f75d0a28264640742fd9836b4e;hpb=be180588e158f3b1297ffaf3a715577fb3d73f85;p=NeonServV5.git diff --git a/neonserv.example.conf b/neonserv.example.conf index 99775ae..a6b3a61 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -3,9 +3,27 @@ */ "MySQL" { - "host" = "127.0.0.1 "; + "host" = "127.0.0.1"; "port" = 3306; "user" = "neonserv"; "pass" = "password"; "base" = "neonserv"; +}; +"General" { + "alertchan" = ""; + "have_halfop" = 0; + "CheckAuths" { + "enabled" = 1; + "start_time" = 3; //24h format + "duration" = 180; //minutes + "interval" = 2; //seconds + "min_unckecked" = 172800; //check auth only if unchecked for x seconds + //180 miutes, every 2 seconds: 5400 auth checks + "alertchan" = "#krypton.intern"; + }; +}; +"QServer" { + "enabled" = 1; + "port" = 7499; + "pass" = "blaa"; }; \ No newline at end of file