We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e53ab commit 11a8950Copy full SHA for 11a8950
src/environments/environment.prodlegacy.ts
@@ -2,7 +2,9 @@ import { EnvironmentType } from './enum';
2
3
export const environment = {
4
production: EnvironmentType.TT_PROD_LEGACY,
5
- timeTrackerApiUrl: process.env["API_URL"],
+ timeTrackerApiUrl: process.env["API_URL"],
6
+ authUrl: process.env['AUTH_URL'],
7
+ authAppName: process.env['AUTH_APP_NAME'],
8
stackexchangeApiUrl: 'https://api.stackexchange.com',
9
};
10
0 commit comments