12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
# Drizzle
|
|
DATABASE_URL=file: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=""
|
|
|
|
STORAGE_PATH="./storage"
|