X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;fp=neonserv.example.conf;h=a6b3a6101ee841907f54ee84a07d04323ed1754f;hp=b0321641012c8b992ecf5a1f001d5caf921c4e0b;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hpb=77b1c3e45f25e5a000b06a551e3b2329ad2db8a0 diff --git a/neonserv.example.conf b/neonserv.example.conf index b032164..a6b3a61 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -3,7 +3,7 @@ */ "MySQL" { - "host" = "127.0.0.1 "; + "host" = "127.0.0.1"; "port" = 3306; "user" = "neonserv"; "pass" = "password"; @@ -12,6 +12,15 @@ "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;