14 lines
535 B
Text
14 lines
535 B
Text
# PostgreSQL Database
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/randomayzer?schema=public"
|
|
|
|
# VK API Configuration
|
|
# Сервисный ключ доступа приложения VK (для публичных запросов)
|
|
VK_SERVICE_TOKEN="your_vk_service_token_here"
|
|
# ID приложения VK
|
|
VK_APP_ID="your_vk_app_id_here"
|
|
# Защищенный ключ приложения
|
|
VK_APP_SECRET="your_vk_app_secret_here"
|
|
|
|
# App Configuration
|
|
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
|
NODE_ENV="development"
|