20 lines
399 B
Plaintext
20 lines
399 B
Plaintext
# Database
|
|
DATABASE_URL=sqlite:///./amo_data.db
|
|
|
|
# AMO CRM API
|
|
AMO_CRM_DOMAIN=wecheap.amocrm.ru
|
|
AMO_CRM_ACCESS_TOKEN=your-longterm-access-token
|
|
|
|
# Google Sheets API
|
|
GOOGLE_SERVICE_ACCOUNT_FILE=path/to/service-account.json
|
|
GOOGLE_SCOPES=https://www.googleapis.com/auth/spreadsheets
|
|
|
|
# Redis (for Celery)
|
|
REDIS_URL=redis://localhost:6379/0
|
|
|
|
# API Settings
|
|
API_V1_STR=/api/v1
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|