openhim-mediator-shell-script
Version:
OpenHIM Mediator for executing shell scripts
19 lines (18 loc) • 331 B
JSON
{
"server": {
"hostname": "localhost",
"port": 5013
},
"logger": {
"level": "error"
},
"openhim": {
"api" : {
"username": "root@openhim.org",
"password": "openhim-password",
"apiURL": "https://localhost:8080",
"trustSelfSigned": true
}
},
"scriptsDirectory": "./scripts"
}