aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index db9ae1d..94a6304 100644
--- a/.env.example
+++ b/.env.example
@@ -16,6 +16,14 @@ DB_USER=root
16DB_PASSWORD= 16DB_PASSWORD=
17DB_DATABASE=adonis 17DB_DATABASE=adonis
18 18
19DB_CONNECTION=pg
20DB_HOST=127.0.0.1
21DB_PORT=5432
22DB_USER=postgres
23DB_PASSWORD=
24DB_DATABASE=postgres
25DB_SSL=false
26
19HASH_DRIVER=bcrypt 27HASH_DRIVER=bcrypt
20 28
21IS_CREATION_ENABLED=true 29IS_CREATION_ENABLED=true