From 290b552479843fdcaef87544e28d3376cb5ee01c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 15 Aug 2023 17:11:01 +0200 Subject: [PATCH] server: update documentation --- server/env.example | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/server/env.example b/server/env.example index 13157721..11e0927b 100644 --- a/server/env.example +++ b/server/env.example @@ -4,11 +4,12 @@ # ## ======================================================= -## Sentry +## Database ## ======================================================= -## Sentry DSN configuration -#SENTRY_DSN= +#DATABASE_URL=sqlite://./reflector.db +#DATABASE_URL=postgresql://reflector:reflector@localhost:5432/reflector + ## ======================================================= ## Transcription backend @@ -70,3 +71,10 @@ #LLM_URL=http://localhost:4891/v1/completions #LLM_OPENAI_MODEL="GPT4All Falcon" +## ======================================================= +## Sentry +## ======================================================= + +## Sentry DSN configuration +#SENTRY_DSN= +