From 09f86a18dcba3212e6fcd59bc3aaf1cef5c45610 Mon Sep 17 00:00:00 2001 From: Maddy Guthridge Date: Wed, 2 Oct 2024 16:34:04 +1000 Subject: [PATCH] Update .env example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 1234d1bb..0b9fa2f5 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -HOST=localhost # the hostname to use -PORT=5096 # the port number to use -DATA_REPO_PATH="./data" # the path to the data repository -AUTH_SECRET="CHANGE ME" # the secret key to validate tokens +HOST=localhost # the hostname to use +PORT=5096 # the port number to use +DATA_REPO_PATH="./data" # the path to the data volume +PRIVATE_DATA_PATH="./private_data" # the path to the private data volume