14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
# Drizzle
|
|
DATABASE_URL=local.db
|
|
|
|
ORIGIN=""
|
|
|
|
# Better Auth
|
|
# For production use 32 characters and generated with high entropy
|
|
# https://www.better-auth.com/docs/installation
|
|
BETTER_AUTH_SECRET=""
|
|
|
|
# Backend API URL (Dart server)
|
|
# In production, the frontend proxies /api requests to this URL
|
|
BACKEND_URL="http://127.0.0.1:8080"
|