aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-02 17:09:11 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-02 17:09:11 +0200
commit6ed9da44690d5f68a5bb4e398c0a4ad4083ed6fa (patch)
tree77778897d7411d7c273d1b1bdf7caf7ba75f85e2 /.env.example
parentUpgrade dependencies (diff)
downloadferdium-server-6ed9da44690d5f68a5bb4e398c0a4ad4083ed6fa.tar.gz
ferdium-server-6ed9da44690d5f68a5bb4e398c0a4ad4083ed6fa.tar.zst
ferdium-server-6ed9da44690d5f68a5bb4e398c0a4ad4083ed6fa.zip
#16 Implement Password reset
Diffstat (limited to '.env.example')
-rw-r--r--.env.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index bcc4c7c..3346916 100644
--- a/.env.example
+++ b/.env.example
@@ -21,4 +21,10 @@ HASH_DRIVER=bcrypt
21IS_CREATION_ENABLED=true 21IS_CREATION_ENABLED=true
22IS_DASHBOARD_ENABLED=true 22IS_DASHBOARD_ENABLED=true
23IS_REGISTRATION_ENABLED=true 23IS_REGISTRATION_ENABLED=true
24CONNECT_WITH_FRANZ=true \ No newline at end of file 24CONNECT_WITH_FRANZ=true
25
26MAIL_CONNECTION=smtp
27SMTP_PORT=2525
28SMTP_HOST=127.0.0.1
29MAIL_USERNAME=username
30MAIL_PASSWORD=password \ No newline at end of file