diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 19:28:52 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 19:28:52 +0100 |
commit | 4b8692b6fed457a9d194557abe681832fad4f576 (patch) | |
tree | c2e33cf15194c2dc9ca071f086cf2421d9a36330 /dpo/data-formats/healthcheck-docker-config.json | |
parent | a47dfe2aa2173ae87a8d79141743fc062019117b (diff) |
Reformat all json files
Reformat all json files
Change-Id: I6567e4e32bc82f4c53b326c374300597a97ab4e7
Issue-ID: DCAEGEN2-1016
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'dpo/data-formats/healthcheck-docker-config.json')
-rw-r--r-- | dpo/data-formats/healthcheck-docker-config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dpo/data-formats/healthcheck-docker-config.json b/dpo/data-formats/healthcheck-docker-config.json index 74deb6bb..3e6dd4ff 100644 --- a/dpo/data-formats/healthcheck-docker-config.json +++ b/dpo/data-formats/healthcheck-docker-config.json @@ -1,8 +1,8 @@ { - "healthcheck": { - "type": "http", - "interval": "15s", - "timeout": "1s", - "endpoint": "/healthcheck" - } + "healthcheck": { + "type": "http", + "interval": "15s", + "timeout": "1s", + "endpoint": "/healthcheck" + } }
\ No newline at end of file |