diff --git a/.env.dist b/.env.dist index 16a8bb5..d41f040 100644 --- a/.env.dist +++ b/.env.dist @@ -34,6 +34,8 @@ DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/$ ###< doctrine/doctrine-bundle ### ###> mercure ### +MERCURE_URL=https://php/.well-known/mercure +MERCURE_PUBLIC_URL="https://${SERVER_NAME}/.well-known/mercure" MERCURE_JWT_SECRET="!NotSecretAtAll!" MERCURE_PUBLISHER_JWT_KEY="!NotSoSecretMercureHubJWTSecretKey!" MERCURE_SUBSCRIBER_JWT_KEY="!NotSoSecretMercureHubJWTSecretKey!"