File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
911export const AUTHORITY = process . env [ "AUTHORITY" ] ;
You can’t perform that action at this time.
0 commit comments