File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -168,4 +168,7 @@ if config_env() == :prod do
168168 ingest_url: System . get_env ( "INGEST_URL" ) ,
169169 ingest_static_url: System . get_env ( "INGEST_STATIC_URL" ) ,
170170 ingest_token: System . get_env ( "INGEST_TOKEN" )
171+
172+ config :chromic_pdf ,
173+ chrome_executable: "/app/puppeteer/chrome/linux-134.0.6998.35/chrome-linux64/chrome"
171174end
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defmodule Algora.Application do
2121 # Start the Finch HTTP client for sending emails
2222 { Finch , name: Algora.Finch } ,
2323 # Start ChromicPDF for contract PDF generation
24- ChromicPDF ,
24+ { ChromicPDF , Application . get_all_env ( :chromic_pdf ) } ,
2525 Algora.Github.TokenPool ,
2626 Algora.Github.Poller.RootSupervisor ,
2727 Algora.ScreenshotQueue ,
You can’t perform that action at this time.
0 commit comments