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