Files
enigFM/backend/.env.example
2025-12-12 13:30:09 +03:00

18 lines
358 B
Plaintext

# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:4002/enigfm
# JWT
SECRET_KEY=your-secret-key-change-in-production
# S3 (FirstVDS)
S3_ENDPOINT_URL=https://s3.firstvds.ru
S3_ACCESS_KEY=your-access-key
S3_SECRET_KEY=your-secret-key
S3_BUCKET_NAME=enigfm
S3_REGION=ru-1
# Limits
MAX_FILE_SIZE_MB=10
MAX_STORAGE_GB=90
MAX_ROOM_PARTICIPANTS=50