Skip to content

Commit 1636d43

Browse files
committed
fix legacy environment
1 parent c27026e commit 1636d43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=
8585
docker push $(acr).azurecr.io/timetracker_ui:$(image_tag)
8686

8787
.PHONY: login
88-
login: ## Login in respository of docker images.
88+
login: ## Login in respository of docker images
8989
az acr login --name $(acr)
9090

9191
.PHONY: release

src/environments/environment.prodlegacy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
55
timeTrackerApiUrl: process.env["API_URL"],
66
stackexchangeApiUrl: 'https://api.stackexchange.com',
7+
authUrl: process.env['AUTH_URL'],
8+
authAppName: process.env['AUTH_APP_NAME']
79
};
810

911
export const AUTHORITY = process.env["AUTHORITY"];

0 commit comments

Comments
 (0)