Skip to content

Commit

Permalink
[DOC] FCM via proxy: add JVM property to exclude proxy usage (#1341)
Browse files Browse the repository at this point in the history
Otherwise, RabbitMQ Management API failure making TMail can not start for example.
  • Loading branch information
quantranhong1999 authored Nov 27, 2024
1 parent 6699a23 commit 406da1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/tmail-backend/configure/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ com.google.api.client.should_use_proxy=true
# com.google.api.client.http.javanet.NetHttpTransport::defaultProxy
https.proxyHost=192.168.12.45
https.proxyPort=443
http.nonProxyHosts=localhost|127.0.0.1|::1|*.local|*.internal|192.168.*.*
....

== Additional Queue configurations
Expand Down

0 comments on commit 406da1a

Please sign in to comment.