RedactX / backend /.env.example
GitHub Actions
Deploy from GitHub
ac4a6d6
Raw
History Blame Contribute Delete
290 Bytes
# Turso Cloud LibSQL Database (Optional - for free permanent cloud storage on Hugging Face Spaces)
TURSO_DATABASE_URL="libsql://your-database.turso.io"
TURSO_AUTH_TOKEN="your-turso-auth-token"
# Optional Custom Database Path for local SQLite
# DATABASE_PATH="/path/to/custom/form_data.db"