mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
BREAKING: postgres + saas
This commit is contained in:
22
.env.example
22
.env.example
@@ -1,17 +1,9 @@
|
||||
PORT=7331
|
||||
SELF_HOSTED_MODE=false
|
||||
UPLOAD_PATH="./data/uploads"
|
||||
DATABASE_URL="file:../data/db.sqlite"
|
||||
PROMPT_ANALYSE_NEW_FILE="You are an accountant and invoice analysis assistant.
|
||||
Extract the following information from the given invoice:
|
||||
|
||||
{fields}
|
||||
|
||||
Where categories are:
|
||||
|
||||
{categories}
|
||||
|
||||
And projects are:
|
||||
|
||||
{projects}
|
||||
|
||||
If you can't find something leave it blank. Return only one object. Do not include any other text in your response!"
|
||||
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>"
|
||||
|
||||
Reference in New Issue
Block a user