blob: 90c773a7e345cf6a892bfa983ba6972f2bf90b8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Parameters for the different REST messages
# To the Energy Savings server
energySavings.url = http://energy-savings-server
energySavings.httpMethod = post
energySavings.authentication = none
# To publish a DMaaP topic that is a response to a energy savings request
dmaapPolicy.url = https://dmaap-message-router/events
dmaapPolicy.httpMethod = post
energySavings.authentication = basic
energySavings.user = user
energySavings.password = password
|