2024-06-28 00:35:58 -06:00
|
|
|
# Database Connection Information
|
2024-11-21 00:48:45 -06:00
|
|
|
DB_URL="libsql://your-database-name.turso.io"
|
|
|
|
DB_TOKEN="your-auth-token"
|
2024-06-28 00:35:58 -06:00
|
|
|
|
|
|
|
# Security
|
2024-11-21 00:48:45 -06:00
|
|
|
ENCRYPTION_KEY=""
|
|
|
|
SIGNING_KEY=""
|
|
|
|
AUTH_SECRET=""
|
2024-06-28 00:35:58 -06:00
|
|
|
|
|
|
|
# Feature Flags
|
2024-09-01 17:58:33 -06:00
|
|
|
DEVMODE=true
|