- Frontend: read VITE_MAX_FILE_SIZE_MB from env - Update .env.example files with limits 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
# Database
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=enigfm
|
|
|
|
# JWT Secret (обязательно смените!)
|
|
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
|