diff --git a/package.json b/package.json index 76c275f..718865f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kangaroo-and-rabbit/kar-cw", - "version": "0.1.6", + "version": "0.1.7", "sideEffects": false, "scripts": { "dev": "ng build kar-cw --watch --configuration development", diff --git a/src/model/environment.ts b/src/model/environment.ts index 91466d1..43297c6 100644 --- a/src/model/environment.ts +++ b/src/model/environment.ts @@ -10,4 +10,5 @@ export interface Environment { ssoSignUp: string, ssoSignOut: string, tokenStoredInPermanentStorage: boolean, + replaceDataToRealServer?: boolean, };