edgelet/edgelet-settings/test-files/sample_settings_image_gc.toml (26 lines of code) (raw):

hostname = "localhost" homedir = "/tmp" [agent] name = "edgeAgent" type = "docker" [agent.config] image = "microsoft/azureiotedge-agent:1.0" [agent.env] abc = "value1" acd = "value2" [connect] workload_uri = "http://localhost:8081" management_uri = "http://localhost:8080" [listen] workload_uri = "http://0.0.0.0:8081" management_uri = "http://0.0.0.0:8080" [watchdog] max_retries = 3 [moby_runtime] uri = "http://localhost:2375" network = "azure-iot-edge" [image_garbage_collection] cleanup_recurrence = "3d" image_age_cleanup_threshold = "3w" enabled = true cleanup_time = "10:00"