mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: add gotenberg configure of prod
This commit is contained in:
10
.env.example
10
.env.example
@@ -51,6 +51,10 @@ SIGNUP_ALLOWED_EMAILS=
|
||||
# API rate limit (points,duration,block duration).
|
||||
API_RATE_LIMIT=120,60,600
|
||||
|
||||
# Gotenberg API for PDF printing.
|
||||
GOTENBERG_URL=http://localhost:9000
|
||||
GOTENBERG_DOCS_URL=http://host.docker.internal:3000/public/
|
||||
# Gotenberg API for PDF printing - (production).
|
||||
GOTENBERG_URL=http://gotenberg:3000
|
||||
GOTENBERG_DOCS_URL=http://server:3000/public/
|
||||
|
||||
# Gotenberg API - (development)
|
||||
# GOTENBERG_URL=http://gotenberg:3000
|
||||
# GOTENBERG_DOCS_URL=http://server:3000/public/
|
||||
Reference in New Issue
Block a user