Skip to content

Commit

Permalink
Ensure tls_certificate_check is started
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Oct 11, 2023
1 parent 0025ad9 commit 866bce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Config
require Logger
:ok == Application.ensure_started(:logger)
:ok == Application.ensure_started(:tls_certificate_check)

exit_from_exception = fn exception, message ->
Logger.error(exception.message)
Expand Down

0 comments on commit 866bce8

Please sign in to comment.