blob: 607d7b1f74abbbb7f7a5be5b719b65ab3d1c56f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21server.port: 10000
info.simulator.name=REST Simulator
logging.file=debug.log
logging.level.com.consol.citrus=DEBUG
logging.level.org.onap.so=DEBUG
logging.level.org.reflections.Reflections=ERROR
# Enable Http REST support
citrus.simulator.rest.enabled=true
citrus.simulator.ws.enabled=true
citrus.simulator.ws.servlet.mapping=/services/ws/*
# Default timeout setting
citrus.simulator.default.timeout=300000
citrus.simulator.defaultTimeout=300000
# Default message template path
citrus.simulator.templatePath=templates
# Default scenario name
citrus.simulator.defaultScenario=Default
# Should Citrus validate incoming messages on syntax and semantics
citrus.simulator.templateValidation=true
#Actuator
management.endpoints.web.basePath=/manage
management.endpoints.web.exposure.include=info, health
|