From cf6cfb9a0c036284325945e1c67b81f1bee1016e Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 21 Jul 2021 02:36:00 -0400 Subject: Update .env.example Added PUID and PGID values to run as non-root --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 DB_USER=root DB_PASSWORD= DB_DATABASE=ferdi - DB_SSL=false +PUID=1000 +PGID=1000 + HASH_DRIVER=bcrypt IS_CREATION_ENABLED=true -- cgit v1.2.3-54-g00ecf