forked from benwilcock/microservice-sampler-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product-command-side.yml
37 lines (35 loc) · 958 Bytes
/
product-command-side.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
message: Greetings from the PRODUCT-COMMAND-SIDE microservice [using the LOCALHOST config].
#debug: true
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
instance:
preferIpAddress: true
spring:
application:
exchange: product.events.fanout.exchange
queue: product.default.queue
databaseName: products
eventsCollectionName: events
snapshotCollectionName: snapshots
rabbitmq:
hostname: localhost
username: test
password: password
data:
mongodb:
uri: mongodb://localhost:27017/products
logging:
level:
root: INFO
org.springframework: INFO
#aop: DEBUG
#dao: DEBUG
#orm: DEBUG
#amqp: DEBUG
#data: DEBUG
#transaction: DEBUG
org.axonframework: INFO
com.soagrowers: INFO
file: ./build/logs/command-side-server.log