aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-02 17:13:46 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-02 17:13:46 +0200
commit03d8076c466d920adb2a341c4da9c928a9d97bbf (patch)
treee36167f9fd56c35e0213fff66f537d92e8e80e87 /.env.example
parent#16 Implement Password reset (diff)
downloadferdium-server-03d8076c466d920adb2a341c4da9c928a9d97bbf.tar.gz
ferdium-server-03d8076c466d920adb2a341c4da9c928a9d97bbf.tar.zst
ferdium-server-03d8076c466d920adb2a341c4da9c928a9d97bbf.zip
Move mail sender address to env config
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 3346916..db9ae1d 100644
--- a/.env.example
+++ b/.env.example
@@ -27,4 +27,5 @@ MAIL_CONNECTION=smtp
27SMTP_PORT=2525 27SMTP_PORT=2525
28SMTP_HOST=127.0.0.1 28SMTP_HOST=127.0.0.1
29MAIL_USERNAME=username 29MAIL_USERNAME=username
30MAIL_PASSWORD=password \ No newline at end of file 30MAIL_PASSWORD=password
31MAIL_SENDER=noreply@getferdi.com \ No newline at end of file