API/config_example.json
2023-12-14 01:18:57 +01:00

9 lines
152 B
JSON

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