Skip to content

Commit 11a8950

Browse files
committed
Added secrets for auth app on stage and prod
1 parent 26e53ab commit 11a8950

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)