mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: add sentry bug reporting
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,10 +1,17 @@
|
||||
PORT=7331
|
||||
SELF_HOSTED_MODE=false
|
||||
DISABLE_SIGNUP=false
|
||||
SELF_HOSTED_MODE=true
|
||||
DISABLE_SIGNUP=true
|
||||
|
||||
UPLOAD_PATH="./data/uploads"
|
||||
DATABASE_URL="postgresql://user@localhost:5432/taxhacker"
|
||||
BETTER_AUTH_SECRET="random-secret-key"
|
||||
|
||||
# You can put it here or the app will ask you to enter it
|
||||
OPENAI_API_KEY=""
|
||||
|
||||
# Auth Config
|
||||
BETTER_AUTH_SECRET="random-secret-key" # please use any long random string here
|
||||
|
||||
# Resend Configuration (optional, use if you want to send emails)
|
||||
RESEND_API_KEY=""
|
||||
RESEND_AUDIENCE_ID=""
|
||||
RESEND_FROM_EMAIL="TaxHacker <user@localhost>"
|
||||
|
||||
Reference in New Issue
Block a user