ypk-deploy-tool/docker/docker-compose/input/example.json.template

18 lines
898 B
Plaintext
Raw Normal View History

2022-05-26 07:33:04 +00:00
{
"agentAddress": "_HOST_:18010",
"privateKey": "d675782acf011dbc01a73c7967ccff9564486f7c3a9f5d5de151caffaa18936",
"publicKey": "04303718771b9323c204e607639f14469f9a94e55b0964a408ad3b3864b0493b645d7070da0d550f0c54b934275a8e88dedc3024467b0566db5c1108b1baeaae27",
"ypkPath": "_AUDIT_PROXY_YPK_",
"killBeforeStart": "AutoAudit",
"createParam": {
"privateKey": "d675782acf011dbc01a73c7967ccff9564486f7c3a9f5d5de151caffaa18936",
"publicKey": "04303718771b9323c204e607639f14469f9a94e55b0964a408ad3b3864b0493b645d7070da0d550f0c54b934275a8e88dedc3024467b0566db5c1108b1baeaae27",
"repoName": "AuditProxy",
"auditURI": "tcp://_HOST_:18051",
"grafanaUrl": "jdbc:postgresql://iodlog.demo.internetapi.cn:5432/iodlog?useServerPrepStmts=true",
"grafanaUserName": "iodlog",
"grafanaPassword": "iodlog1107",
"grafanaServicePort": 18055,
"aceiServicePort": 18053
}
}