API/config_example.json

9 lines
157 B
JSON
Raw Permalink Normal View History

2023-12-14 02:18:57 +02:00
{
"database": {
2023-12-23 16:10:46 +02:00
"name": "garbage_api",
2023-12-14 02:18:57 +02:00
"host": "127.0.0.1",
"port": 27017,
"user": null,
"password": null
}
}