Config for satusehat
Jobs that use the satusehat adaptor may require authentication. A
"credential" for the satusehat adaptor will follow the schema below. When
using the CLI, you can set up your own state.configuration by using the
sample below.
Sample Configuration
Paste this into the configuration key of your state.json file and
modify the values to run jobs locally.
{
"baseUrl": "https://www.satusehat.com",
"clientId": "the-long-uuid-provided-by-satusehat-for-your-organization",
"clientSecret": "the-long-secret-key-provided-by-satusehat"
}