ypk-deploy-tool/testinput/deploy/router.json.template
2022-05-26 15:33:04 +08:00

19 lines
897 B
Plaintext

{
"agentAddress": "_HOST_:18010",
"privateKey": "d675782acf011dbc01a73c7967ccff9564486f7c3a9f5d5de151caffaa18936",
"publicKey": "04303718771b9323c204e607639f14469f9a94e55b0964a408ad3b3864b0493b645d7070da0d550f0c54b934275a8e88dedc3024467b0566db5c1108b1baeaae27",
"ypkPath": "_RRouter_YPK_",
"killBeforeStart": "_CTROUTER_",
"createParam": {
"auditProxyAddress": "tcp://_HOST_:18051",
"controlProxyAddress": "ws://_HOST_:18010",
"repositoryAddress": "tcp://_HOST_:18031",
"name": "_ROUTERNAME_",
"publicKey": "04303718771b9323c204e607639f14469f9a94e55b0964a408ad3b3864b0493b645d7070da0d550f0c54b934275a8e88dedc3024467b0566db5c1108b1baeaae27",
"privateKey":"d675782acf011dbc01a73c7967ccff9564486f7c3a9f5d5de151caffaa18936",
"doId": "_PREFIX_",
"routerAddress": "tcp://_HOST_:18041",
"upperRouterAddress": "tcp://_HOST2_:18041",
"scheme":"irp"
}
}