refactor: relocate non default config items

This commit is contained in:
Rainer Killinger
2022-06-29 17:27:11 +02:00
parent 418ba67d15
commit f8453561d8
2 changed files with 7 additions and 7 deletions

View File

@@ -585,6 +585,12 @@ const config: RecursivePartial<SCConfigFile> = {
authProvider: 'default',
url: 'https://his-self-service.rz.uni-frankfurt.de',
},
daia: {
url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
},
hebisProxy: {
url: 'https://proxy.ub.uni-frankfurt.de/login?qurl=',
},
},
},
aboutPages: {

View File

@@ -391,13 +391,7 @@ const config: Partial<SCConfigFile> = {
extern: {
paia: {
authProvider: 'paia',
url: 'https://hds.hebis.de:8443/core',
},
daia: {
url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
},
hebisProxy: {
url: 'https://proxy.ub.uni-frankfurt.de/login?qurl=',
url: 'https://hds.hebis.de/paia/core',
},
},
},