Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ DATABASE_URL="postgresql://postgres:password@localhost:5432/twelvecash"
# Secret value for signing JWTs
JWT_SECRET="abc123"

# Better Auth secret (min 32 chars, high entropy)
# Generate with: openssl rand -base64 32
BETTER_AUTH_SECRET="your_secret_here_at_least_32_chars"
BETTER_AUTH_URL="http://localhost:3000"

# App URL (for MDK success/cancel redirects)
# In production, set this to your domain (e.g., https://twelve.cash)
NEXT_PUBLIC_APP_URL="http://localhost:3000"
Expand Down
Loading