Skip to content

Instantly share code, notes, and snippets.

@marianobrc
Created April 6, 2022 15:02
Show Gist options
  • Save marianobrc/2323a18423fe4fc72cd1d91bfc4a57c4 to your computer and use it in GitHub Desktop.
Save marianobrc/2323a18423fe4fc72cd1d91bfc4a57c4 to your computer and use it in GitHub Desktop.
SQS configuration for rciorba/alpine-sqs docker image
include classpath("application.conf")
node-address {
protocol = http
host = "*"
port = 9324
context-path = ""
}
rest-sqs {
enabled = true
bind-port = 9324
bind-hostname = "0.0.0.0"
// Possible values: relaxed, strict
sqs-limits = strict
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment