Skip to content

Commit 7cea61f

Browse files
author
Nicole Garcia
committed
add dev env variables
1 parent 88e6cb7 commit 7cea61f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dev.env

138 Bytes
Binary file not shown.

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const environment = {
88
production: EnvironmentType.TT_DEV,
99
timeTrackerApiUrl: process.env['API_URL'],
1010
stackexchangeApiUrl: 'https://api.stackexchange.com',
11-
uthUrl: process.env['AUTH_URL'],
11+
authUrl: process.env['AUTH_URL'],
1212
authAppName: process.env['AUTH_APP_NAME'],
1313
};
1414

0 commit comments

Comments
 (0)