Add new REST ressources.
[Project_proches_de_moi-server.git] / .env.dist
index 812e66efc2a0708c6a3d543ee52545c88ca7ff67..b1c4d932c95132b1408117f5e1156dd31d708eb4 100644 (file)
--- a/.env.dist
+++ b/.env.dist
@@ -15,3 +15,10 @@ APP_SECRET=4c93c568d318d1de3902a70414d41185
 # Configure your db driver and server_version in config/packages/doctrine.yaml
 DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
 ###< doctrine/doctrine-bundle ###
+
+###> symfony/swiftmailer-bundle ###
+# For Gmail as a transport, use: "gmail://username:password@localhost"
+# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
+# Delivery is disabled by default via "null://localhost"
+MAILER_URL=null://localhost
+###< symfony/swiftmailer-bundle ###