Update angular app environment configurations.

This commit is contained in:
2019-02-16 14:10:32 +01:00
parent 18c4d0ba0d
commit be4f746462
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
export const environment = {
production: false,
appVersion: '1.1.0',
title: 'Intégration'
};

View File

@@ -1,3 +1,5 @@
export const environment = {
production: true
production: false,
appVersion: '1.0.1',
title: ''
};

View File

@@ -4,7 +4,7 @@
export const environment = {
production: false,
appVersion: '1.0.1',
appVersion: '1.1.0',
title: 'Développement'
};