Skip to content

Instantly share code, notes, and snippets.

@damonvjanis
Created August 21, 2020 21:49
Show Gist options
  • Save damonvjanis/ea7a893475b02843895cd06cf0f4e51f to your computer and use it in GitHub Desktop.
Save damonvjanis/ea7a893475b02843895cd06cf0f4e51f to your computer and use it in GitHub Desktop.
prod.secret.exs
config :kaffe,
producer: [
endpoints: ["<YOUR_BOOSTRAP_SERVER>": 9092],
topics: ["sms.inbound.v1"],
ssl: true,
sasl: %{
mechanism: :plain,
login: "<YOUR_API_KEY>",
password: "<YOUR_API_SECRET>"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment