11 lines
197 B
Text
11 lines
197 B
Text
# Database Connection Information
|
|
DB_URL="libsql://your-database-name.turso.io"
|
|
DB_TOKEN="your-auth-token"
|
|
|
|
# Security
|
|
ENCRYPTION_KEY=""
|
|
SIGNING_KEY=""
|
|
AUTH_SECRET=""
|
|
|
|
# Feature Flags
|
|
DEVMODE=true
|