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= +