Initial commit: ACE-Step UI - Open source music generation interface

This commit is contained in:
fspecii
2026-02-04 03:09:38 +02:00
commit 44f7563014
187 changed files with 99985 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# ACE-Step UI Configuration
# Server
PORT=3001
NODE_ENV=development
# Database (SQLite)
DATABASE_PATH=./data/acestep.db
# ACE-Step API (local)
ACESTEP_API_URL=http://localhost:8001
# Storage
AUDIO_DIR=./public/audio
# Frontend
FRONTEND_URL=http://localhost:5173
VITE_API_URL=http://localhost:3001
# JWT Secret (for local session management)
JWT_SECRET=ace-step-ui-local-secret
# Optional: Pexels API Key (for video backgrounds)
# Get a free API key at https://www.pexels.com/api/
PEXELS_API_KEY=