12 lines
586 B
Plaintext
12 lines
586 B
Plaintext
# GigaChat API
|
|
GIGACHAT_CLIENT_ID=your-client-id
|
|
GIGACHAT_CLIENT_SECRET=your-client-secret
|
|
GIGACHAT_AUTH_URL=https://ngw.devices.sberbank.ru:9443/api/v2/oauth
|
|
GIGACHAT_BASE_URL=https://gigachat.devices.sberbank.ru/api/v1
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379/0
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|