chore: environment.apiUrl-Konfiguration auf /api geändert
This commit is contained in:
parent
b43a769216
commit
70c5c1bf4e
@ -8,7 +8,7 @@ const environment = {
|
||||
production: false,
|
||||
// apiUrl: 'https://localhost:60191/api',
|
||||
// apiUrl: 'https://staffdb.hensel-recycling.com:50001/api',
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
useLoginWithJWT: true,
|
||||
translationFolder: './assets/translate/',
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
const environment = {
|
||||
production: false,
|
||||
useLoginWithJWT: true,
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
translationFolder: './assets/translate/'
|
||||
};
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
const environment = {
|
||||
production: true,
|
||||
useLoginWithJWT: true,
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
translationFolder: './assets/translate/',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user