mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-13 12:17:24 +00:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
APP_NAME="meet-app-summary-dev"
|
|
APP_API_TOKEN="password"
|
|
|
|
AWS_STORAGE_BUCKET_NAME="meet-media-storage"
|
|
AWS_S3_ENDPOINT_URL="meet-minio:9000"
|
|
AWS_S3_SECURE_ACCESS=false
|
|
|
|
AWS_S3_ACCESS_KEY_ID="meet"
|
|
AWS_S3_SECRET_ACCESS_KEY="password"
|
|
|
|
WHISPERX_BASE_URL="https://configure-your-url.com"
|
|
WHISPERX_ASR_MODEL="large-v2"
|
|
WHISPERX_API_KEY="your-secret-key"
|
|
WHISPERX_DEFAULT_LANGUAGE="fr"
|
|
|
|
LLM_BASE_URL="https://configure-your-url.com"
|
|
LLM_API_KEY="dev-apikey"
|
|
LLM_MODEL="albert-large"
|
|
|
|
WEBHOOK_API_TOKEN="secret"
|
|
WEBHOOK_URL="https://configure-your-url.com"
|
|
|
|
IS_RESOLVE_SPEAKER_IDENTITIES_ENABLED=true
|
|
RESOLVE_SPEAKER_IDENTITIES_DEFAULT_OVERLAP=0.5
|
|
RESOLVE_SPEAKER_ENABLE_SPLIT_ON_WORDS=true
|
|
RESOLVE_SPEAKER_MAX_WORD_DURATION=1
|
|
|
|
POSTHOG_API_KEY="your-posthog-key"
|
|
POSTHOG_ENABLED="False"
|
|
|
|
# Transcription
|
|
TRANSCRIPTION_SATISFACTION_FORM_BASE_URL=
|
|
AUTHORIZED_TENANTS='[{"id": "meet","api_key": "password","webhook_url": "https://configure-your-url.com/api/v1.0/recordings/external-process-hook/","webhook_api_key": "webhook-password","allowed_push_to_docs": true}]'
|