Skip to content

Commit 5cf09eb

Browse files
committed
Added secrets for auth app on stage and prod
1 parent 7193ce1 commit 5cf09eb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { EnvironmentType } from './enum';
33
export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
55
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)
611
stackexchangeApiUrl: 'https://api.stackexchange.com',
712
};
813

0 commit comments

Comments
 (0)