15 lines
357 B
Plaintext
15 lines
357 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
|
|
|
|
VK_CLIENT_ID=your-vk-client-id
|
|
VK_CLIENT_SECRET=your-vk-client-secret
|
|
|
|
DB_ROOT_PASSWORD=rootpass
|
|
DB_NAME=evosync
|
|
DB_USER=evosync
|
|
DB_PASSWORD=evosync
|