ketr.photos/config/default.json
James Ketrenos cfb58cd264 Added info on creating users for app
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-01-15 17:34:55 -08:00

14 lines
219 B
JSON

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