Initial chaos

This commit is contained in:
2022-09-23 21:37:00 +02:00
parent 510dc87cb3
commit 4f8d553923
22 changed files with 772 additions and 1 deletions

9
config.example.json Normal file
View File

@ -0,0 +1,9 @@
{
"db": {
"user":"test",
"password":"pass",
"server":"test.mongodb.net",
"cluster":"test"
},
"env": "dev"
}