mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"includeGoogleAnalytics": true,
|
|
"title": "ISA",
|
|
"sso": {
|
|
"issuer": "https://sso.paragon-data.de",
|
|
"clientId": "hug-isa",
|
|
"responseType": "id_token token",
|
|
"oidc": true,
|
|
"scope": "openid profile cmf_user isa-isa-webapi isa-checkout-webapi isa-cat-webapi isa-ava-webapi isa-crm-webapi isa-review-webapi isa-kpi-webapi isa-oms-webapi isa-nbo-webapi isa-print-webapi eis-service isa-inv-webapi"
|
|
},
|
|
"swagger": {
|
|
"api": {
|
|
"rootUrl": "https://isa.paragon-systems.de/catsearch/v5"
|
|
},
|
|
"av": {
|
|
"rootUrl": "https://isa.paragon-systems.de/ava/v4"
|
|
},
|
|
"checkout": {
|
|
"rootUrl": "https://isa.paragon-systems.de/checkout/v3"
|
|
},
|
|
"crm": {
|
|
"rootUrl": "https://isa.paragon-systems.de/crm/v2"
|
|
},
|
|
"isa": {
|
|
"rootUrl": "https://isa.paragon-systems.de/isa/v1"
|
|
},
|
|
"oms": {
|
|
"rootUrl": "https://isa.paragon-systems.de/oms/v2"
|
|
},
|
|
"print": {
|
|
"rootUrl": "https://isa.paragon-systems.de/print/v1"
|
|
},
|
|
"eis": {
|
|
"rootUrl": "https://filialinformationsystem-integration.paragon-systems.de/eiswebapi/v1"
|
|
}
|
|
},
|
|
"remissionModuleOptions": {
|
|
"useMock": false,
|
|
"endpoints": {
|
|
"catsearch": "https://isa.paragon-systems.de/catsearch/v5/",
|
|
"remi": "https://isa.paragon-systems.de/inv/v1/",
|
|
"print": "https://isa.paragon-systems.de/print/v1/"
|
|
}
|
|
},
|
|
|
|
"taskCalendarModuleOptions": {
|
|
"useMock": false,
|
|
"endpoints": {
|
|
"eis": "https://isa.paragon-data.de/eis/v1/"
|
|
}
|
|
},
|
|
|
|
"taskCalendarConfig": {
|
|
"monthsOffset": 3,
|
|
"weeksOffset": 2
|
|
}
|
|
}
|