Files
wfh/.env.example

11 lines
273 B
Plaintext
Raw Normal View History

2026-03-12 22:58:27 -05:00
# Database
DATABASE_URL="file:/app/data/dev.db"
# Authentication
NEXTAUTH_URL="http://your-unraid-ip:3000"
NEXTAUTH_SECRET="your-secret-here-use-openssl-rand-hex-32"
# Google OAuth
GOOGLE_CLIENT_ID="your-google-client-id"
GOOGLE_CLIENT_SECRET="your-google-client-secret"