mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
Quickfix: Use yaml to render json with comments in README
This commit is contained in:
parent
6495b4f436
commit
4369ad31b0
@ -36,7 +36,7 @@ A config.json file can be obtained in several ways, for instance:
|
||||
The config.json file should look something like this:
|
||||
|
||||
(Please note we've added comments to the JSON for better explanation - the actual file should be valid json *without* such comments)
|
||||
```json
|
||||
```yaml
|
||||
{
|
||||
"applicationId": "2167", /* Id of the app this supervisor will run */
|
||||
"apiKey": "supersecretapikey", /* The API key for the Resin API */
|
||||
@ -71,7 +71,7 @@ It should look something like this:
|
||||
|
||||
(As before, please note we've added comments to the JSON for better explanation - the actual file should be valid json *without* such comments)
|
||||
|
||||
```json
|
||||
```yaml
|
||||
[{
|
||||
"appId": "2167", /* Id of the app we are running */
|
||||
"commit": "commithash", /* Current git commit for the app */
|
||||
|
Loading…
Reference in New Issue
Block a user