mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
fix: daia_url missing in environment configs
This commit is contained in:
@@ -24,6 +24,7 @@ const appDomain = 'mobile.app.uni-frankfurt.de';
|
||||
|
||||
export const environment = {
|
||||
backend_url: 'https://mobile.server.uni-frankfurt.de',
|
||||
daia_url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
|
||||
appDomain: 'mobile.app.uni-frankfurt.de',
|
||||
backend_version: '2.0.0',
|
||||
use_fake_backend: true,
|
||||
|
||||
@@ -24,6 +24,7 @@ const appDomain = 'mobile.app.uni-frankfurt.de';
|
||||
|
||||
export const environment = {
|
||||
backend_url: 'https://mobile.server.uni-frankfurt.de',
|
||||
daia_url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
|
||||
appDomain: 'mobile.app.uni-frankfurt.de',
|
||||
backend_version: '2.0.0',
|
||||
use_fake_backend: false,
|
||||
|
||||
Reference in New Issue
Block a user