feat: add gotenberg configure of prod

This commit is contained in:
Ahmed Bouhuolia
2023-12-04 22:34:21 +02:00
parent 30b5f8120a
commit bf2dc844d2
5 changed files with 23 additions and 4 deletions

View File

@@ -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/