API/config_example.json

9 lines
157 B
JSON

{
"database": {
"name": "garbage_api",
"host": "127.0.0.1",
"port": 27017,
"user": null,
"password": null
}
}