APP_ENV=dev APP_SECRET=5b3d0a22ba9250c51af9e63b6b7eec68 MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8" SFTP_HOST=localhost SFTP_PORT=2222 SFTP_USER=efs SFTP_PASSWORD=changeme SFTP_FOLDER=upload ###> sentry/sentry-symfony ### SENTRY_DSN= ###< sentry/sentry-symfony ### ###> symfony/lock ### # Choose one of the stores below # postgresql+advisory://db_user:db_password@localhost/db_name LOCK_DSN=flock ###< symfony/lock ### ###> symfony/mercure-bundle ### # See https://symfony.com/doc/current/mercure.html#configuration # The URL of the Mercure hub, used by the app to publish updates (can be a local URL) MERCURE_URL=https://example.com/.well-known/mercure # The public URL of the Mercure hub, used by the browser to connect MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure # The secret used to sign the JWTs MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!" ###< symfony/mercure-bundle ###