Score-Studio / env.example
Reubencf's picture
Launch Score Studio with Hugging Face sign-in and dedicated ZeroGPU API
739400f verified
Raw
History Blame Contribute Delete
511 Bytes
APP_ORIGIN=http://localhost:3000
HF_API_SPACE=Reubencf/Score-Studio-API
HF_API_ORIGIN=https://reubencf-score-studio-api.hf.space
HF_OAUTH_CLIENT_ID=https://reubencf-score-studio-api.hf.space/.well-known/oauth-cimd
# Required in production: a 64-character random hex string, stored as a Space secret.
# Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
SESSION_SECRET=
# Optional local path to Python with yt-dlp installed. ffmpeg/ffprobe must be on PATH.
PYTHON_BIN=python