Skip to content

Commit

Permalink
add env comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 17, 2023
1 parent 139bfff commit 2ed3740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rekalogika/gotenberg-pdf-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "The variables GOTENBERG_HOST & GOTENBERG_PORT are only used for Docker",
"#2": "integration. The library uses only GOTENBERG_URL. You can override",
"#3": "GOTENBERG_URL and safely ignore GOTENBERG_HOST & GOTENBERG_PORT.",
"GOTENBERG_HOST": "localhost",
"GOTENBERG_PORT": "3000",
"GOTENBERG_URL": "http://${GOTENBERG_HOST}:${GOTENBERG_PORT}"
Expand Down

0 comments on commit 2ed3740

Please sign in to comment.