X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/061e9a9e604620143cd4af7efd3ae6cc9be4667d..refs/heads/master:/run diff --git a/run b/run index d123165..12726d7 100755 --- a/run +++ b/run @@ -3,7 +3,7 @@ export APP_ENV='dev' export APP_SECRET=`cat /dev/urandom | tr -dc 'A-Za-z0-9+,.:;@_-' | head -c 64` export DATABASE_URL='mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7' -export MAILER_DSN='smtp://localhost' +export MAILER_DSN='sendmail+smtp://default' set -x