aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-21 02:36:00 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-21 02:36:00 -0400
commitcf6cfb9a0c036284325945e1c67b81f1bee1016e (patch)
tree547a61cb7147a57a3502e212d9b9cd34e7896ab3 /.env.example
parentUpdate Dockerfile (diff)
downloadferdium-server-cf6cfb9a0c036284325945e1c67b81f1bee1016e.tar.gz
ferdium-server-cf6cfb9a0c036284325945e1c67b81f1bee1016e.tar.zst
ferdium-server-cf6cfb9a0c036284325945e1c67b81f1bee1016e.zip
Update .env.example
Added PUID and PGID values to run as non-root
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