X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=.env.dist;fp=.env.dist;h=b1c4d932c95132b1408117f5e1156dd31d708eb4;hp=812e66efc2a0708c6a3d543ee52545c88ca7ff67;hb=c4fba949ce8e98cadb9222a202b9e24b52dcb7f8;hpb=787fc3b74e498cb78f516e372827790ba78920ac diff --git a/.env.dist b/.env.dist index 812e66e..b1c4d93 100644 --- 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 ###