Remove unused VK OAuth env vars (VK_CLIENT_ID/SECRET/SCOPES)
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>
This commit is contained in:
@@ -5,9 +5,6 @@ BASE_URL=http://localhost:8000
|
|||||||
EVOTOR_APP_ID=your-evotor-app-id
|
EVOTOR_APP_ID=your-evotor-app-id
|
||||||
EVOTOR_WEBHOOK_SECRET=your-webhook-secret
|
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_ROOT_PASSWORD=rootpass
|
||||||
DB_NAME=evosync
|
DB_NAME=evosync
|
||||||
DB_USER=evosync
|
DB_USER=evosync
|
||||||
|
|||||||
@@ -15,9 +15,6 @@ class Settings(BaseSettings):
|
|||||||
HEALTH_CHECK_INTERVAL_SECONDS: int = 600
|
HEALTH_CHECK_INTERVAL_SECONDS: int = 600
|
||||||
CATALOG_REFRESH_INTERVAL_SECONDS: int = 3600
|
CATALOG_REFRESH_INTERVAL_SECONDS: int = 3600
|
||||||
|
|
||||||
VK_CLIENT_ID: str = ""
|
|
||||||
VK_CLIENT_SECRET: str = ""
|
|
||||||
VK_SCOPES: str = "market groups offline"
|
|
||||||
VK_API_VERSION: str = "5.131"
|
VK_API_VERSION: str = "5.131"
|
||||||
|
|
||||||
# Docker compose vars (ignored in app, kept for env compatibility)
|
# Docker compose vars (ignored in app, kept for env compatibility)
|
||||||
|
|||||||
Reference in New Issue
Block a user