Openweb_Rag/open-webui/.env

10 lines
386 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .env
CLOUD_STORAGE_ENCRYPTION_KEY=сгенерированный_ключ_Fernet
YANDEX_CLIENT_ID=ваш_client_id
YANDEX_CLIENT_SECRET=ваш_client_secret
ONEDRIVE_CLIENT_ID=...
ONEDRIVE_CLIENT_SECRET=...
ONEDRIVE_TENANT_ID=...
OAUTH_REDIRECT_URI=http://your-server:8080/api/v1/cloud/callback
WEBUI_CUSTOM_LINKS=[{"name":"Cloud Storage","url":"/cloud-admin.html","target":"_self"}]