# Drizzle DATABASE_URL="postgres://root:mysecretpassword@localhost:5432/local" ORIGIN="" # Better Auth # For production use 32 characters and generated with high entropy # https://www.better-auth.com/docs/installation BETTER_AUTH_SECRET="" # Uploads UPLOAD_DIR="./uploads" # Upload Directory # Path to store uploaded files (defaults to ./uploads if not set) UPLOAD_DIR=""