Commit 26bec4c7 authored by Eric Arndt's avatar Eric Arndt

Merge branch 'add-application-properties-nonsensitive' into 'dev'

Adds non-sensitive application properties

See merge request !38
parents 51c25128 8fb8cc2a
Pipeline #1725 failed with stage
No preview for this file type
test = test kafka.producer.bootstrap-servers=localhost:9092
kafka.producer.acks=all
kafka.consumer.bootstrap-servers=localhost:9092
kafka.consumer.group-id=group_id
kafka.topic.input=orders
# Config for MailTrap SMTP Mail testing service
spring.mail.protocol=smtp
spring.mail.host=smtp.mailtrap.io
spring.mail.port=2525
spring.mail.username=945a9d376253be
spring.mail.password=96d65f623868cc
spring.mail.properties.mail.smtp.auth = true
spring.mail.properties.mail.smtp.starttls.enable = true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment