blob: e7c6565a9f9a1e1ccf08788d69d1b2aa496d6cb8 [file] [log] [blame]
{
"api": {
"baseUrl": "/api"
},
"paths": {
"imagesRoot": "/assets/images/",
"userImageFolder": "/assets/images/users/"
},
"localization": {
"languages": [
{"code": "de", "name": "DE", "culture": "de-DE"},
{"code": "en", "name": "EN", "culture": "en-EN"}
],
"defaultLanguage": "de"
},
"notifications": {
"options": {
"timeOut": 5000,
"showProgressBar": true,
"pauseOnHover": true,
"position": ["top", "right"],
"theClass": "sy-notification"
},
"unauthorizedEndpoints": ["api/products"],
"notFoundEndpoints": ["api/products", "api/account/login", "api/account/register"]
},
"debugging": true
}