ketr.photos/config/default.json
James Ketrenos 1c2b7a42aa Ready to deploy
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-08-27 16:13:46 -07:00

15 lines
218 B
JSON

{
"db": {
"host": "sqlite:photos.db",
"options": {
"logging" : false,
"timezone": "+00:00"
}
},
"server": {
"port": 8123
},
"picturesPath": "./pictures",
"basePath": "/photos"
}