victorwesterlund.com/src/database/config.json
Victor Westerlund 54da8f9be2
Add back-end core and "search" feature (#20)
Soft initial release of API core and "search" feature.
2021-11-03 11:10:50 +01:00

10 lines
No EOL
85 B
JSON

{
"servers": [
{
"host": "",
"user": "",
"pass": "",
"db": ""
}
]
}