true message
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# ─────────────────────────────────────────────
|
||||
# GoClaw Control Center — Environment Variables
|
||||
# Скопируйте этот файл в .env и заполните значения
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
# Ollama API (обязательно для работы чата и списка моделей)
|
||||
OLLAMA_BASE_URL=https://ollama.com/v1
|
||||
OLLAMA_API_KEY=your_ollama_api_key_here
|
||||
|
||||
# База данных MySQL/TiDB
|
||||
DATABASE_URL=mysql://goclaw:password@localhost:3306/goclaw
|
||||
|
||||
# JWT Secret — случайная строка для подписи сессионных токенов
|
||||
# Сгенерировать: openssl rand -hex 32
|
||||
JWT_SECRET=change_me_to_random_secret
|
||||
|
||||
# Telegram Bot (опционально)
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
TELEGRAM_WEBHOOK_URL=
|
||||
|
||||
# GoClaw Gateway (опционально)
|
||||
GATEWAY_URL=http://localhost:18789
|
||||
GATEWAY_API_KEY=
|
||||
Reference in New Issue
Block a user