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 3341e03 commit eed3671Copy full SHA for eed3671
src/environments/environment.prodlegacy.ts
@@ -4,8 +4,6 @@ export const environment = {
4
production: EnvironmentType.TT_PROD_LEGACY,
5
timeTrackerApiUrl: process.env["API_URL"],
6
stackexchangeApiUrl: 'https://api.stackexchange.com',
7
- authUrl: process.env['AUTH_URL'],
8
- authAppName: process.env['AUTH_APP_NAME']
9
};
10
11
export const AUTHORITY = process.env["AUTHORITY"];
0 commit comments