Rapsys Git
/
blog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b5f3b
)
Add mailer dsn
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 1 Feb 2024 01:29:35 +0000
(
02:29
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 1 Feb 2024 01:29:35 +0000
(
02:29
+0100)
.env
patch
|
blob
|
history
diff --git
a/.env
b/.env
index 06146a9865e237f8274d58f5c5a49e567725ee20..2a8713ede0c4ff49d01405f6967bb203958c06e8 100644
(file)
--- a/
.env
+++ b/
.env
@@
-28,3
+28,7
@@
APP_SECRET="Ch4ng3m3!"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
###< doctrine/doctrine-bundle ###
+
+###> symfony/mailer ###
+MAILER_DSN="sendmail+smtp://default"
+###< symfony/mailer ###