From 6410b7ec1bff8ac287ac48c9775e3b7d5eb5b2ef Mon Sep 17 00:00:00 2001 From: "Felix T.J. Dietrich" Date: Tue, 13 Aug 2024 16:59:42 +0200 Subject: [PATCH] add log --- webapp/src/environments/environment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/environments/environment.ts b/webapp/src/environments/environment.ts index db54a854..32a490b5 100644 --- a/webapp/src/environments/environment.ts +++ b/webapp/src/environments/environment.ts @@ -1 +1,2 @@ +console.log('environment.ts', process.env['APPLICATION_SERVER_URL']); export const APPLICATION_SERVER_URL = process.env['APPLICATION_SERVER_URL'];