twitch-clone/config.example.json
2022-09-23 21:37:00 +02:00

9 lines
129 B
JSON

{
"db": {
"user":"test",
"password":"pass",
"server":"test.mongodb.net",
"cluster":"test"
},
"env": "dev"
}