From 255ed9c6c3ce02a9cef236205d4a5be10bc5d320 Mon Sep 17 00:00:00 2001 From: david1542 Date: Sun, 14 Jul 2024 12:41:04 +0300 Subject: [PATCH] Add comment --- .env.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 8dc199b..223799b 100644 --- a/.env.example +++ b/.env.example @@ -26,9 +26,12 @@ COMPOSE_PROFILES=app DATA_DIR=./data/dev CONFIG_DIR=./config -SECRET_MANAGER_TYPE=file # alternative: file, gcp -SECRET_MANAGER_DIRECTORY=/secrets # in case of file/vault secret manager, we must specify the directory +# Secret manager type. alternative: file, gcp +SECRET_MANAGER_TYPE=file +# in case of file/vault secret manager, we must specify the directory +SECRET_MANAGER_DIRECTORY=/secrets +# Collects telemetry to our PostHog. Change to false if you don't want to send telemetry. TELEMETRY_ENABLED=true ##############