From d6cf03972b2d7efe4cf19258e06b8a8e79be183e Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 12 Jan 2025 15:08:14 +0100 Subject: [PATCH] Log de l'env --- app/serverUrls.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/serverUrls.ts b/app/serverUrls.ts index c71137c78..3045812e6 100644 --- a/app/serverUrls.ts +++ b/app/serverUrls.ts @@ -16,6 +16,7 @@ export const motisServerUrl = export const photonServerUrl = process.env.NEXT_PUBLIC_PHOTON_SERVER_URL export const getFetchUrlBase = () => { + console.log('monenv', process.env) const givenDomain = process.env.NEXT_PUBLIC_DOMAIN // Coolify has a similar way to Vercel to inject the domain, but Dokploy has not if (givenDomain) return 'https://' + givenDomain