11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
# Example environment file for Docker Compose
|
|
# Copy this to .env and fill in your actual values
|
|
|
|
# AMO CRM API
|
|
AMO_CRM_DOMAIN=your-domain.amocrm.ru
|
|
AMO_CRM_ACCESS_TOKEN=your-longterm-access-token
|
|
|
|
# Google Sheets API
|
|
GOOGLE_SERVICE_ACCOUNT_FILE=/app/credentials/service-account.json
|
|
GOOGLE_SCOPES=https://www.googleapis.com/auth/spreadsheets
|