]> Raphaƫl G. Git Repositories - airlibre/blobdiff - .env
Update recipe repository
[airlibre] / .env
diff --git a/.env b/.env
index 5caab074b602ce2250874df376551dc8a8ebba45..19937be0fc579fb5c940f11dad97c7a43c9999be 100644 (file)
--- a/.env
+++ b/.env
@@ -30,7 +30,7 @@ DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&ch
 ###< doctrine/doctrine-bundle ###
 
 ###> symfony/mailer ###
-MAILER_DSN="sendmail+smtp://default"
+# MAILER_DSN=null://null
 ###< symfony/mailer ###
 
 ###> rapsys/airbundle ###
@@ -38,3 +38,17 @@ GOOGLE_CLIENT="Ch4ng3m3!"
 GOOGLE_PROJECT="Ch4ng3m3!"
 GOOGLE_SECRET="Ch4ng3m3!"
 ###< rapsys/airbundle ###
+
+###> symfony/messenger ###
+# Choose one of the transports below
+# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
+# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
+MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
+###< symfony/messenger ###
+
+###> google/apiclient ###
+GOOGLE_API_KEY=
+GOOGLE_CLIENT_ID=
+GOOGLE_CLIENT_SECRET=
+GOOGLE_AUTH_CONFIG=%kernel.project_dir%/path/to/file.json
+###< google/apiclient ###