Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dev env variables
  • Loading branch information
Nicole Garcia committed Nov 8, 2022
commit 7cea61fc93de5af77cd3674e58fd3877835bc036
Binary file modified .dev.env
Binary file not shown.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const environment = {
production: EnvironmentType.TT_DEV,
timeTrackerApiUrl: process.env['API_URL'],
stackexchangeApiUrl: 'https://api.stackexchange.com',
uthUrl: process.env['AUTH_URL'],
authUrl: process.env['AUTH_URL'],
authAppName: process.env['AUTH_APP_NAME'],
};

Expand Down