Files
ISA-Frontend/apps/isa-app/src/config/config.production.json
Nino Righi 39147d7afa Merged PR 1244: #3022 ISA File Caching
#3022 ISA File Caching
2022-05-19 08:29:30 +00:00

22 lines
706 B
JSON

{
"title": "ISA - Production",
"@core/auth": {
"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"
},
"hubs": {
"notifications": {
"url": "https://isa.paragon-systems.de/isa/v1/rt",
"enableAutomaticReconnect": false,
"httpOptions": {
"transport": 1,
"logMessageContent": true,
"skipNegotiation": true
}
}
},
"checkForUpdates": 3600000
}