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 69d4d3c..0c470e9 100644
--- a/.env.example
+++ b/.env.example
@@ -18,9 +18,11 @@ DB_PORT=3306
18DB_USER=root 18DB_USER=root
19DB_PASSWORD= 19DB_PASSWORD=
20DB_DATABASE=ferdi 20DB_DATABASE=ferdi
21
22DB_SSL=false 21DB_SSL=false
23 22
23PUID=1000
24PGID=1000
25
24HASH_DRIVER=bcrypt 26HASH_DRIVER=bcrypt
25 27
26IS_CREATION_ENABLED=true 28IS_CREATION_ENABLED=true