server: update documentation

This commit is contained in:
2023-08-15 17:11:01 +02:00
committed by Mathieu Virbel
parent 044f40eb32
commit 290b552479

View File

@@ -4,11 +4,12 @@
# #
## ======================================================= ## =======================================================
## Sentry ## Database
## ======================================================= ## =======================================================
## Sentry DSN configuration #DATABASE_URL=sqlite://./reflector.db
#SENTRY_DSN= #DATABASE_URL=postgresql://reflector:reflector@localhost:5432/reflector
## ======================================================= ## =======================================================
## Transcription backend ## Transcription backend
@@ -70,3 +71,10 @@
#LLM_URL=http://localhost:4891/v1/completions #LLM_URL=http://localhost:4891/v1/completions
#LLM_OPENAI_MODEL="GPT4All Falcon" #LLM_OPENAI_MODEL="GPT4All Falcon"
## =======================================================
## Sentry
## =======================================================
## Sentry DSN configuration
#SENTRY_DSN=