11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
# 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"
|