aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
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