15 lines
247 B
JSON
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"
|
|
}
|