This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-local.yml
68 lines (63 loc) · 1.68 KB
/
application-local.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
server:
port: 8085
eureka:
client:
enabled: true
serviceUrl:
defaultZone: http://localhost:8761/eureka/
logging:
level:
root: INFO
com:
backbase: DEBUG
spring:
activemq:
broker-url: tcp://localhost:61616?jms.useAsyncSend=true&jms.optimizeAcknowledge=true
user: admin
password: admin
cloud:
stream:
default:
content-type: application/json
consumer.exchangeDurable: true
consumer.concurrency: 1
consumer.prefetch: 1000
consumer.autoCommitOnError: false
consumer.max-attempts: 5
consumer.backOffInitialInterval: 2000
consumer.backOffMaxInterval: 60000
consumer.backOffMutliplier: 2.0
consumer.default-retryable: true
default-binder: activemq
function.definition: commLowPriority;commMediumPriority;commHighPriority;commTracking
bindings:
commLowPriority-in-0:
destination: Backbase.communication.email-low-priority
commMediumPriority-in-0:
destination: Backbase.communication.email-medium-priority
commHighPriority-in-0:
destination: Backbase.communication.email-high-priority
commTracking-out-0:
destination: Backbase.communication.messages-tracking
mail:
port: 587
host: <AWS_SES_HOST>
username: <AWS_SES_ACCOUNT_NAME>
password: <AWS_SES_ACCOUNT_PASSWORD>
properties:
mail:
debug: true
transport:
protocol: smtp
smtp:
auth: true
starttls:
enable: true
backbase:
mail:
from-address: test@backbase.com
from-name: test@backbase.com
management:
health:
mail:
enabled: false