aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/src/main/resources/application.properties
blob: a0c32b4fcda464616adb5c2c1e572a78feee238f (plain)
1
2
3
4
5
6
7
8
9
10
logging.level.org.springframework.web=ERROR
logging.level.org.onap.universalvesadapter=DEBUG
dmaap.url=http://localhost:8091/greeting
snmpTrap.configFile=snmpTrapToVes.xml
universal.configFiles=snmp:snmpTrapToVes.xml,default:defaultConfig.xml
fileService.url=http://localhost:8888/fileAsString/
messagesInBatch=1000
dmaap.consumer_props=/src/main/resources/dme2/consumer.properties
dmaap.publisher_props=/src/main/resources/dme2/publisher.properties
server.port=8091