Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🔧 Tidy up after review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Nelamane Siddalingegowda authored and MaciejBaj committed Aug 8, 2018
1 parent 531918b commit 47f5246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker_files/etc/confd/templates/config.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
{{$whiteListEntries := getvs "/lisk/api/access/whitelist/*"}}"whiteList": [{{range $index, $element := $whiteListEntries}}{{if $index}}, {{end}}"{{$element}}"{{end}}]
},
"ssl": {
"enabled": {{getv "/lisk/ssl/enabled" "false"}},
"enabled": {{getv "/lisk/api/ssl/enabled" "false"}},
"options": {
"port": {{getv "/lisk/ssl/options/port" "443"}},
"address": "{{getv "/lisk/ssl/options/address" "0.0.0.0"}}",
"key": "{{getv "/lisk/ssl/options/key" "./ssl/lisk.key"}}",
"cert": "{{getv "/lisk/ssl/options/cert" "./ssl/lisk.crt"}}"
"port": {{getv "/lisk/api/ssl/options/port" "443"}},
"address": "{{getv "/lisk/api/ssl/options/address" "0.0.0.0"}}",
"key": "{{getv "/lisk/api/ssl/options/key" "./ssl/lisk.key"}}",
"cert": "{{getv "/lisk/api/ssl/options/cert" "./ssl/lisk.crt"}}"
}
},
"options": {
Expand Down Expand Up @@ -118,5 +118,5 @@
"loading": {
"loadPerIteration": {{getv "/lisk/loading/loadperiteration" "5000"}}
},
"nethash": "{{getv "/lisk/nethash" "ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511"}}"
"nethash": "{{getv "/lisk/nethash" "da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba"}}"
}

0 comments on commit 47f5246

Please sign in to comment.