cliente-notificacion
Version:
cliente para utilizar servicios API REST de la plataforma de notificaciones
25 lines • 672 B
JSON
{
"correo": {
"dominio": "smtp.agetic.gob.bo",
"puerto": "993",
"token": "Bearer "
},
"sms": {
"url": "http://api.mensatek.com/sms/v5/enviar.php",
"token": "Bearer "
},
"llamadas": {
"url": "http://api.mensatek.com/sms/v5/enviar.php",
"token": "Bearer "
},
"push": {
"host": "127.0.0.1",
"port": 1883,
"topic": "canal_principal",
"user": "username",
"pass": "password",
"client_key" : "/home/agetic/client/key.pem",
"client_cert" : "/home/agetic/client/cert.pem",
"trusted_ca_list" : "/home/agetic/testca/cacert.pem"
}
}