ketr.photos/config/default.json
James Ketrenos 6d234bdbc4 Updated to working
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-08-18 12:21:11 -07:00

15 lines
247 B
JSON

{
"db": {
"host": "mysql://photos:p4$$w0rd@localhost:3306/photos",
"options": {
"logging" : false,
"timezone": "+00:00"
}
},
"server": {
"port": 8080
},
"picturesPath": "./pictures",
"basePath": "/photos"
}