ketr.photos/config/default.json
James Ketrenos 3951ea706f DB init and load
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-01-15 16:56:26 -08:00

12 lines
185 B
JSON

{
"db": {
"host": "mysql://photos:p4$$w0rd@localhost/photos",
"options": {}
},
"server": {
"port": 8080
},
"picturesPath": "./pictures",
"basePath": "/photos"
}