Files
gongnotes/.env.example
2026-03-20 16:56:03 +01:00

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"