fix: daia_url missing in environment configs

This commit is contained in:
Rainer Killinger
2022-01-27 15:40:11 +01:00
parent 9a3241c42a
commit 863a3ffd48
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,