From 27615adc981bfdec760b3780bb50c64b86c4839d Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Thu, 20 Mar 2025 10:39:28 +0100 Subject: [PATCH] Updated mercure endpoint for ogcore --- .env.prod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.prod b/.env.prod index c70aa34..922d96a 100644 --- a/.env.prod +++ b/.env.prod @@ -20,7 +20,7 @@ JWT_PASSPHRASE=8b9154df37ffa91ef9186ce095324e39e50ff3b023bb1ed34383abd019ba4515 ###< lexik/jwt-authentication-bundle ### ###> symfony/mercure-bundle ### -MERCURE_URL=http://localhost:3000/.well-known/mercure -MERCURE_PUBLIC_URL=http://localhost:3000/.well-known/mercure +MERCURE_URL=https://localhost:3000/.well-known/mercure +MERCURE_PUBLIC_URL=https://localhost:3000/.well-known/mercure MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!" ###< symfony/mercure-bundle ###