/
dictator
/
ragflow_sync
Обзор
Документация
Войти
/
dictator
/
ragflow_sync
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
.env.example
22 строки
710 B
Developer
add example .env.example
11 июн 2026, 18:10
11 июн 2026, 18:10
67b8bd6
Код
Авторство
О чём код?
# RAGFlow Configuration RAGFLOW_BASE_URL=https://your-ragflow-instance/api RAGFLOW_API_KEY=your-api-key-here RAGFLOW_TIMEOUT=30 RAGFLOW_VERIFY_SSL=true # Confluence Configuration (optional) # Uncomment and fill in to enable Confluence sync CONFLUENCE_URL=https://your-confluence-instance CONFLUENCE_USERNAME=your-username CONFLUENCE_API_TOKEN=your-api-token # SSL/CA Bundle Configuration (optional, for self-signed certificates) REQUESTS_CA_BUNDLE=cabundle.pem CURL_CA_BUNDLE=cabundle.pem CONFLUENCE_CA_BUNDLE=cabundle.pem NODE_TLS_REJECT_UNAUTHORIZED=0 SSL_CERT_FILE=cabundle.pem # TaskTracker Configuration (optional) TASKTRACKER_URL=https://your-tasktracker-instance TASKTRACKER_API_TOKEN=your-api-token