aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index ba46d99..8129f06 100644
--- a/.env.example
+++ b/.env.example
@@ -17,6 +17,8 @@ DB_USER=root
17DB_PASSWORD= 17DB_PASSWORD=
18DB_DATABASE=adonis 18DB_DATABASE=adonis
19 19
20DB_SSL=false
21
20HASH_DRIVER=bcrypt 22HASH_DRIVER=bcrypt
21 23
22IS_CREATION_ENABLED=true 24IS_CREATION_ENABLED=true
@@ -30,4 +32,4 @@ SMTP_HOST=127.0.0.1
30MAIL_USERNAME=username 32MAIL_USERNAME=username
31MAIL_PASSWORD=password 33MAIL_PASSWORD=password
32MAIL_SENDER=noreply@getferdi.com 34MAIL_SENDER=noreply@getferdi.com
33SSL=false 35MAIL_SSL=true