Skip to content

Commit 337e2e1

Browse files
committed
update env variables
2 parents 5cf09eb + e317676 commit 337e2e1

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.prod.env

-82 Bytes
Binary file not shown.

.stage.env

-146 Bytes
Binary file not shown.

src/environments/environment.prodlegacy.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import { EnvironmentType } from './enum';
22

33
export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
5-
timeTrackerApiUrl: process.env["API_URL"],
6-
<<<<<<< HEAD
7-
=======
8-
authUrl: process.env['AUTH_URL'],
9-
authAppName: process.env['AUTH_APP_NAME'],
10-
>>>>>>> dd423b0 (Added secrets for auth app on stage and prod)
5+
timeTrackerApiUrl: process.env["API_URL"],
116
stackexchangeApiUrl: 'https://api.stackexchange.com',
127
};
138

0 commit comments

Comments
 (0)