mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
chore: better configs
This commit is contained in:
11
.env.example
11
.env.example
@@ -6,16 +6,17 @@ UPLOAD_PATH="./data/uploads"
|
||||
DATABASE_URL="postgresql://user@localhost:5432/taxhacker"
|
||||
|
||||
# You can put it here or the app will ask you to enter it
|
||||
OPENAI_API_KEY=""
|
||||
OPENAI_MODEL_NAME="gpt-4o-mini"
|
||||
OPENAI_API_KEY="" # "sk-..."
|
||||
|
||||
# Auth Config
|
||||
BETTER_AUTH_SECRET="random-secret-key" # please use any long random string here
|
||||
|
||||
# Stripe Configuration
|
||||
STRIPE_SECRET_KEY=""
|
||||
STRIPE_WEBHOOK_SECRET=""
|
||||
STRIPE_SECRET_KEY="" # "sk_live_..." or "sk_test_..."
|
||||
STRIPE_WEBHOOK_SECRET="" # "whsec_..."
|
||||
|
||||
# Resend Configuration (optional, use if you want to send emails)
|
||||
RESEND_API_KEY=""
|
||||
RESEND_AUDIENCE_ID=""
|
||||
RESEND_API_KEY="" # "re_..."
|
||||
RESEND_AUDIENCE_ID="" # "aud_..."
|
||||
RESEND_FROM_EMAIL="TaxHacker <user@localhost>"
|
||||
|
||||
Reference in New Issue
Block a user