Files
fckbot/.env.example
2026-06-30 08:59:17 +00:00

14 lines
683 B
Plaintext
Raw 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.example скопируйте в .env и заполните реальными значениями
# Пароль для XMPP подключения бота (используется в profile.yaml: password_env)
XMPP_PASSWORD=your_strong_password_here
# Пароль для MariaDB (пользователь bot_manager)
DB_PASSWORD=your_db_password_here
# API ключ GigaChat (получить в личном кабинете Сбера)
GIGACHAT_API_KEY=your_gigachat_api_key_here
# Авторизация для SaluteSpeech (голосовые сообщения)
# Формат: base64 от "ключ:секрет"
SALUTE_SPEECH_AUTH=base64_auth_string_here