Sign in
vanadium
/
release.projects.playground
/
65ecd879541978cf71f3d9721c68b6e7fbb919f0
/
.
/
go
/
src
/
v.io
/
x
/
playground
/
config
/
db-cloud-example.json
blob: 62f2cfcb1451395cca166eaf1f8457852cfc1a20 [
file
] [
log
] [
blame
]
{
"dataSourceName"
:
"<username>:<password>@tcp(<ip_address>:3306)/<database>"
,
"tlsServerName"
:
"<gce-project>:<instance>"
,
"rootCertPath"
:
"path/server-ca.pem"
,
"clientCertPath"
:
"path/client-cert.pem"
,
"clientKeyPath"
:
"path/client-key.pem"
}