diff --git a/db/other.db b/db/other.db new file mode 100644 index 0000000..9d54596 Binary files /dev/null and b/db/other.db differ diff --git a/server.conf b/server.conf new file mode 100644 index 0000000..29e4694 --- /dev/null +++ b/server.conf @@ -0,0 +1,7 @@ +[global] +_SERVER_PORT = 8086 +_SERVER_IP = 127.0.0.1 + +[sqlite] +_DB_PATH = ./db +