12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"db": {
|
|
"host": "mysql://photos:p4$$w0rd@localhost/photos",
|
|
"options": {}
|
|
},
|
|
"server": {
|
|
"port": 8080
|
|
},
|
|
"picturesPath": "./pictures",
|
|
"basePath": "/photos"
|
|
}
|