VK connection now uses manual community token entry, so OAuth credentials are no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
DATABASE_URL=mysql+pymysql://evosync:evosync@db:3306/evosync
|
|
SECRET_KEY=your-random-secret-key-here
|
|
BASE_URL=http://localhost:8000
|
|
|
|
EVOTOR_APP_ID=your-evotor-app-id
|
|
EVOTOR_WEBHOOK_SECRET=your-webhook-secret
|
|
|
|
DB_ROOT_PASSWORD=rootpass
|
|
DB_NAME=evosync
|
|
DB_USER=evosync
|
|
DB_PASSWORD=evosync
|