43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
|
|
# ===========================================
|
|||
|
|
# ШАБЛОН .env ФАЙЛА - КОПИРОВАТЬ В .env
|
|||
|
|
# ===========================================
|
|||
|
|
|
|||
|
|
# S3 Storage (TWC Storage или другой S3-совместимый)
|
|||
|
|
S3_ACCESS_KEY=your_s3_access_key_here
|
|||
|
|
S3_SECRET_KEY=your_s3_secret_key_here
|
|||
|
|
S3_ENDPOINT=https://s3.twcstorage.ru
|
|||
|
|
S3_BUCKET=your_bucket_name
|
|||
|
|
S3_REGION=ru-1
|
|||
|
|
|
|||
|
|
# Nextcloud AIO
|
|||
|
|
NEXTCLOUD_URL=https://your-nextcloud-domain.com
|
|||
|
|
NEXTCLOUD_USERNAME=integration_user
|
|||
|
|
NEXTCLOUD_PASSWORD=your_nextcloud_app_password
|
|||
|
|
|
|||
|
|
# n8n Integration
|
|||
|
|
N8N_WEBHOOK_URL=https://n8n.clientright.pro/webhook/your-webhook-id
|
|||
|
|
N8N_API_KEY=your_n8n_api_key
|
|||
|
|
|
|||
|
|
# Database (если требуется прямое подключение)
|
|||
|
|
DB_HOST=localhost
|
|||
|
|
DB_NAME=database_name
|
|||
|
|
DB_USER=database_user
|
|||
|
|
DB_PASS=database_password
|
|||
|
|
|
|||
|
|
# Encryption Key (сгенерируйте 32 случайных символа)
|
|||
|
|
ENCRYPTION_KEY=generate_32_random_characters_here
|
|||
|
|
|
|||
|
|
# Application Settings
|
|||
|
|
DEBUG_MODE=false
|
|||
|
|
LOG_LEVEL=INFO
|
|||
|
|
|
|||
|
|
# File Storage Settings
|
|||
|
|
CLEANUP_AFTER_SYNC=true
|
|||
|
|
KEEP_VERSIONS=5
|
|||
|
|
TEMP_FILES_TTL=86400
|
|||
|
|
|
|||
|
|
# AI Drawer Settings
|
|||
|
|
AI_HISTORY_PRELOAD=true
|
|||
|
|
AI_MOBILE_KEYBOARD_FIX=true
|
|||
|
|
AI_SESSION_TIMEOUT=3600
|