mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
PORT=7331
|
|
SELF_HOSTED_MODE=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>"
|