2024-05-29 18:54:49 +01:00

29 lines
628 B
JSON

{
"http": {
"port": 5000
},
"templates": {
"location": "templates",
"config": {
"layoutsDir": "templates",
"defaultLayout": "main_layout.handlebars",
"partialsDir": "templates"
}
},
"errors": {
"400": "not_found",
"500": "error"
},
"catalog": {
"orm_repo": {
"settings": {
"dialect": "sqlite",
"storage": "catalog.db"
},
"logging": true,
"reset_db": true,
"seed_file": "products.json"
}
}
}