mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
refactor: include daia in feature config
This commit is contained in:
@@ -585,10 +585,6 @@ const config: RecursivePartial<SCConfigFile> = {
|
||||
authProvider: 'default',
|
||||
url: 'https://his-self-service.rz.uni-frankfurt.de',
|
||||
},
|
||||
paia: {
|
||||
authProvider: 'paia',
|
||||
url: 'https://hds.hebis.de:8443/core',
|
||||
},
|
||||
},
|
||||
},
|
||||
aboutPages: {
|
||||
|
||||
@@ -388,6 +388,15 @@ const config: Partial<SCConfigFile> = {
|
||||
type: 'Polygon',
|
||||
},
|
||||
features: {
|
||||
extern: {
|
||||
paia: {
|
||||
authProvider: 'paia',
|
||||
url: 'https://hds.hebis.de:8443/core',
|
||||
},
|
||||
daia: {
|
||||
url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
|
||||
},
|
||||
},
|
||||
},
|
||||
menus: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user