Skip to content

Commit e317676

Browse files
committed
revert adding stage and prod envs
1 parent fb1b8ba commit e317676

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

.prod.env

-92 Bytes
Binary file not shown.

.stage.env

-98 Bytes
Binary file not shown.

src/environments/environment.prodlegacy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { EnvironmentType } from './enum';
33
export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
55
timeTrackerApiUrl: process.env["API_URL"],
6-
authUrl: process.env['AUTH_URL'],
7-
authAppName: process.env['AUTH_APP_NAME'],
86
stackexchangeApiUrl: 'https://api.stackexchange.com',
97
};
108

0 commit comments

Comments
 (0)