API/config_example.json

9 lines
152 B
JSON
Raw Normal View History

2023-12-14 02:18:57 +02:00
{
"database": {
"name": "photos",
"host": "127.0.0.1",
"port": 27017,
"user": null,
"password": null
}
}