added new self-made config parser with new config style
[NeonServV5.git] / neonserv.example.conf
diff --git a/neonserv.example.conf b/neonserv.example.conf
new file mode 100644 (file)
index 0000000..99775ae
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+  NeonServ example configuration
+*/
+
+"MySQL" {
+    "host" = "127.0.0.1 ";
+    "port" = 3306;
+    "user" = "neonserv";
+    "pass" = "password";
+    "base" = "neonserv";
+};
\ No newline at end of file