Skip to content

Commit

Permalink
Ktor RabbitMQ plugin: install.kt modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirDenis-Tudor committed Dec 16, 2024
1 parent c820485 commit 40eebe0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ fun Application.install() {
defaultConnectionName = "<default_connection>"
connectionAttempts = 20
attemptDelay = 10

tlsEnabled = true
tlsKeystorePath = "<path>"
tlsKeystorePassword = "<password>"
tlsTruststorePath = "<path>"
tlsTruststorePassword = "<password>"
}

queueBind {
Expand Down

0 comments on commit 40eebe0

Please sign in to comment.