|
@@ -1,14 +1,10 @@
|
|
|
{
|
|
|
- "ClientProtocol": "http",
|
|
|
- "HttpsClient": {
|
|
|
- "Certificate": "",
|
|
|
- "Key": ""
|
|
|
- },
|
|
|
- "RootfsPartA": "@MENDER_ROOTFS_PART_A@",
|
|
|
- "RootfsPartB": "@MENDER_ROOTFS_PART_B@",
|
|
|
- "UpdatePollIntervalSeconds": @MENDER_UPDATE_POLL_INTERVAL_SECONDS@,
|
|
|
- "InventoryPollIntervalSeconds": @MENDER_INVENTORY_POLL_INTERVAL_SECONDS@,
|
|
|
- "RetryPollIntervalSeconds": @MENDER_RETRY_POLL_INTERVAL_SECONDS@,
|
|
|
- "ServerURL": "@MENDER_SERVER_URL@",
|
|
|
- "ServerCertificate": "@MENDER_CERT_LOCATION@"
|
|
|
+ "InventoryPollIntervalSeconds": 1800,
|
|
|
+ "UpdatePollIntervalSeconds": 1800,
|
|
|
+ "RetryPollIntervalSeconds": 300,
|
|
|
+ "RootfsPartA": "mmcblk0p2",
|
|
|
+ "RootfsPartB": "mmcblk0p3",
|
|
|
+ "ServerCertificate": "/etc/mender/server.crt",
|
|
|
+ "ServerURL": "https://docker.mender.io",
|
|
|
+ "TenantToken": "dummy"
|
|
|
}
|