openhim-mediator-utils
Version:
Utilities for creating OpenHIM mediators
38 lines (37 loc) • 910 B
JSON
{
"Users": [
{
"provider": "token",
"groups": ["admin"],
"firstname": "Super",
"surname": "User",
"email": "root@openhim.org",
"expiry": null,
"locked": false,
"token": null,
"tokenType": null
}
],
"Passports": [
{
"protocol": "local",
"email": "root@openhim.org",
"password": "$2a$10$qvja1lAaItmcZolkoKCPn.9EXY2b8s9dTlUFx36Q7ey0rieXXnxVC"
},
{
"protocol": "token",
"email": "root@openhim.org",
"passwordHash": "c5e14f0062bfac45bf20f0fcf0403e758a2233756e40e7b328e1f10dfef3d8ba57c2bf230ee9fd627956fbb4e57fab7e32efe108db76d515f1f61f6b853ffba3",
"passwordAlgorithm": "sha512",
"passwordSalt": "c5f2a9fd7907e1a1c6658841426e6f5d"
}
],
"Clients": [
{
"roles": ["instant"],
"customTokenID": "test",
"clientID": "test",
"name": "Test Client"
}
]
}