mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
refactor: relocate non default config items
This commit is contained in:
@@ -585,6 +585,12 @@ const config: RecursivePartial<SCConfigFile> = {
|
|||||||
authProvider: 'default',
|
authProvider: 'default',
|
||||||
url: 'https://his-self-service.rz.uni-frankfurt.de',
|
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: {
|
aboutPages: {
|
||||||
|
|||||||
@@ -391,13 +391,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
extern: {
|
extern: {
|
||||||
paia: {
|
paia: {
|
||||||
authProvider: 'paia',
|
authProvider: 'paia',
|
||||||
url: 'https://hds.hebis.de:8443/core',
|
url: 'https://hds.hebis.de/paia/core',
|
||||||
},
|
|
||||||
daia: {
|
|
||||||
url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
|
|
||||||
},
|
|
||||||
hebisProxy: {
|
|
||||||
url: 'https://proxy.ub.uni-frankfurt.de/login?qurl=',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user