Update angular app environment configurations.
This commit is contained in:
5
src/main/ts/src/environments/environment.integ.ts
Executable file
5
src/main/ts/src/environments/environment.integ.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
appVersion: '1.1.0',
|
||||
title: 'Intégration'
|
||||
};
|
||||
@@ -1,3 +1,5 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: false,
|
||||
appVersion: '1.0.1',
|
||||
title: ''
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
appVersion: '1.0.1',
|
||||
appVersion: '1.1.0',
|
||||
title: 'Développement'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user