tpotce/cloud/.hpfeeds_settings.sh
Sebastian Haderecker de6735e309 HPFEEDS: Switched to environment variables
- Define Settings in .hpfeeds_settings.sh
- Settings get exported as env vars
- Ansible looks them up and updates the values in the tpot.yml file
- ews.cfg: Switched to env vars
2019-04-12 23:45:25 +00:00

8 lines
130 B
Bash

myENABLE="false"
myHOST="host"
myPORT="port"
myCHANNEL="channels"
myIDENT="user"
mySECRET="secret"
myCERT="false"
myFORMAT="json"