/* NeonServ example configuration */ "MySQL" { "host" = "127.0.0.1 "; "port" = 3306; "user" = "neonserv"; "pass" = "password"; "base" = "neonserv"; }; "General" { "alertchan" = ""; "have_halfop" = 0; }; "QServer" { "enabled" = 1; "port" = 7499; "pass" = "blaa"; };