mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2025-08-08 00:36:24 +03:00
23 lines
665 B
Plaintext
23 lines
665 B
Plaintext
# Environment Variables Example
|
|
# Copy this file to .env.local and update the values as needed
|
|
|
|
DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
|
|
|
|
# Better Auth
|
|
NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000
|
|
BETTER_AUTH_SECRET=your-secret-key-here
|
|
|
|
# Development Environment
|
|
NODE_ENV=development
|
|
|
|
# Redis
|
|
UPSTASH_REDIS_REST_URL=http://localhost:8079
|
|
UPSTASH_REDIS_REST_TOKEN=example_token
|
|
|
|
# Marble Blog
|
|
MARBLE_WORKSPACE_KEY=cm6ytuq9x0000i803v0isidst # example organization key
|
|
NEXT_PUBLIC_MARBLE_API_URL=https://api.marblecms.com
|
|
|
|
# Freesound (generate at https://freesound.org/apiv2/apply/)
|
|
FREESOUND_CLIENT_ID=...
|
|
FREESOUND_API_KEY=... |