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 3c9764b commit 2e694fbCopy full SHA for 2e694fb
.dev.env
15 Bytes
src/environments/environment.ts
@@ -6,7 +6,7 @@ import { EnvironmentType } from './enum';
6
/* tslint:disable:no-string-literal */
7
export const environment = {
8
production: EnvironmentType.TT_DEV,
9
- timeTrackerApiUrl: 'http://timetracker-dev.ioet.com:7071/api',
+ timeTrackerApiUrl: process.env["API_URL"],
10
stackexchangeApiUrl: 'https://api.stackexchange.com',
11
};
12
0 commit comments