Skip to content

Commit dd423b0

Browse files
committed
Added secrets for auth app on stage and prod
1 parent 156931e commit dd423b0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.prod.env

82 Bytes
Binary file not shown.

.stage.env

91 Bytes
Binary file not shown.

src/environments/environment.prodlegacy.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import { EnvironmentType } from './enum';
22

33
export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
5-
timeTrackerApiUrl: process.env["API_URL"],
5+
timeTrackerApiUrl: process.env["API_URL"],
6+
authUrl: process.env['AUTH_URL'],
7+
authAppName: process.env['AUTH_APP_NAME'],
68
stackexchangeApiUrl: 'https://api.stackexchange.com',
79
};
810

0 commit comments

Comments
 (0)