mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-01-05 21:20:53 -06:00
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
PORT=7331
|
|
SELF_HOSTED_MODE=false
|
|
DISABLE_SIGNUP=false
|
|
UPLOAD_PATH="./data/uploads"
|
|
DATABASE_URL="postgresql://user@localhost:5432/taxhacker"
|
|
BETTER_AUTH_SECRET="random-secret-key"
|
|
OPENAI_API_KEY=""
|
|
RESEND_API_KEY=""
|
|
RESEND_AUDIENCE_ID=""
|
|
RESEND_FROM_EMAIL="TaxHacker <user@localhost>"
|