| { |
| "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 |
| } |