29 lines
946 B
Bash
29 lines
946 B
Bash
# ====================================================================
|
|
# STACK ENVIRONMENT VARIABLES FOR DEPLOYMENT
|
|
# ====================================================================
|
|
|
|
# Port configuration
|
|
PORT=3006
|
|
|
|
# Environment
|
|
NODE_ENV=production
|
|
|
|
# Database configuration
|
|
DATABASE_URL=postgresql://ckeproekt:y0i_-yCfeL@85.234.110.60:5432/ckeproekt
|
|
|
|
# Authentication & Security
|
|
NEXTAUTH_SECRET=15455c6e0f1e5aa95945e23a591acbd0baf11c1589e08c36d95afefa496e6a64510ee98dbf9a4afade12bec2cb3a4d1e0e9b238048c8cef927c9ce568ea4a0a7
|
|
|
|
# S3 Storage Configuration
|
|
S3_ENDPOINT=https://s3.twcstorage.ru
|
|
S3_REGION=ru-1
|
|
S3_ACCESS_KEY_ID=I6XD2OR7YO2ZN6L6Z629
|
|
S3_SECRET_ACCESS_KEY=9xCOoafisG0aB9lJNvdLO1UuK73fBvMcpHMdijrJ
|
|
S3_BUCKET_NAME=617774af-ckeproekt
|
|
|
|
# Telegram Bot Configuration
|
|
TELEGRAM_BOT_TOKEN=7802786776:AAGQGYf2BxuBFmZOhRcLTX52KnUEYifTKZY
|
|
TELEGRAM_CHAT_ID=-1002321880357
|
|
|
|
# Next.js URL (update with your domain)
|
|
NEXTAUTH_URL=https://ckeproekt.ru |