mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
docs: add deploy instructions
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,7 +1,14 @@
|
||||
# this key is later used to authenticate against the API.
|
||||
API_SECRET="change_me"
|
||||
|
||||
# see https://github.com/openai/whisper#available-models-and-languages
|
||||
WHISPER_MODEL="small"
|
||||
TRAEFIK_SSLEMAIL=""
|
||||
|
||||
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
|
||||
|
||||
TRAEFIK_SSLEMAIL=""
|
||||
|
||||
# you probably do not need to change this.
|
||||
BROKER_URL="redis://redis:6379/0"
|
||||
DATABASE_URI="sqlite:////etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
|
||||
ENVIRONMENT="production"
|
||||
BROKER_URL="redis://redis:6379/0"
|
||||
|
||||
Reference in New Issue
Block a user