Logo
Explore Help
Register Sign In
NANDI/enigFM
1
0
Fork 0
You've already forked enigFM
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8a2ea5b4af09fda0de084292552204eca2afe9e4
enigFM/.env.example

19 lines
368 B
Plaintext
Raw Normal View History

Add global mini-player and improve configuration - Add global activeRoom store for persistent WebSocket connection - Add MiniPlayer component for playback controls across pages - Add chunked S3 streaming with 64KB chunks and Range support - Add queue item removal button - Move DB credentials to environment variables - Update .env.example with DB configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 15:02:02 +03:00
# Database
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=enigfm
init
2025-12-12 13:30:09 +03:00
# 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
Use env variable for max file size limit - 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>
2025-12-12 17:13:30 +03:00
# Limits
MAX_FILE_SIZE_MB=10
MAX_STORAGE_GB=90
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 22ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API