Merge pull request #92 in TEA/mina-sidor-fa-web from feature/version-number to develop
Squashed commit of the following: commit 2b0f98a4151d3afddd6e717cf3495dd4f78fb79e Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Sep 14 15:56:22 2021 +0200 Removed unused files commit 0c308eea737b181bb56628c964d6a15f8f142712 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Sep 14 15:52:34 2021 +0200 Implemented version number so it is saved in environments file upon build
This commit is contained in:
@@ -4,6 +4,7 @@ import { CIAM_TEST } from './ciam';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'acc',
|
||||
version: 'acc',
|
||||
production: true,
|
||||
api: {
|
||||
url: '/api',
|
||||
|
||||
@@ -4,6 +4,7 @@ import { CIAM_TEST } from './ciam';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'api',
|
||||
version: 'api',
|
||||
production: false,
|
||||
api: {
|
||||
url: '/api',
|
||||
|
||||
@@ -4,6 +4,7 @@ import { CIAM_PROD } from './ciam';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'prod',
|
||||
version: 'prod',
|
||||
production: true,
|
||||
api: {
|
||||
url: '/api',
|
||||
|
||||
@@ -5,6 +5,7 @@ import { CIAM_MOCK } from './ciam';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'local',
|
||||
version: 'local',
|
||||
production: false,
|
||||
api: {
|
||||
url: '/api',
|
||||
|
||||
Reference in New Issue
Block a user