mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
refactor: include daia in feature config
This commit is contained in:
@@ -585,10 +585,6 @@ 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',
|
||||||
},
|
},
|
||||||
paia: {
|
|
||||||
authProvider: 'paia',
|
|
||||||
url: 'https://hds.hebis.de:8443/core',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
aboutPages: {
|
aboutPages: {
|
||||||
|
|||||||
@@ -388,6 +388,15 @@ const config: Partial<SCConfigFile> = {
|
|||||||
type: 'Polygon',
|
type: 'Polygon',
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
|
extern: {
|
||||||
|
paia: {
|
||||||
|
authProvider: 'paia',
|
||||||
|
url: 'https://hds.hebis.de:8443/core',
|
||||||
|
},
|
||||||
|
daia: {
|
||||||
|
url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
menus: [
|
menus: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user