From 7d6b1d19e99ed9626fe4067337f20d65acda2527 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 26 Nov 2024 21:03:53 +0100 Subject: [PATCH] docs: add `PUID` and `PGID` to `.env.example` --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ea26fd2..06acff4 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,6 @@ +# See the README for more information: https://github.com/stonith404/pocket-id?tab=readme-ov-file#environment-variables PUBLIC_APP_URL=http://localhost TRUST_PROXY=false -MAXMIND_LICENSE_KEY= \ No newline at end of file +MAXMIND_LICENSE_KEY= +PUID=1000 +PGID=1000