Skip to content

Commit

Permalink
fix json lint
Browse files Browse the repository at this point in the history
Signed-off-by: avichalp <[email protected]>
  • Loading branch information
avichalp committed Aug 29, 2023
1 parent d569ddf commit cbfe289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deployed/testnet/api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Port": "8080",
"RateLimInterval": "1s",
"MaxRequestPerInterval": 10,
"ApiKey" : "${HTTP_RATE_LIMITER_API_KEY}",
"ApiKey": "${HTTP_RATE_LIMITER_API_KEY}",
"TLSCert": "${VALIDATOR_TLS_CERT}",
"TLSKey": "${VALIDATOR_TLS_KEY}"
},
Expand Down

0 comments on commit cbfe289

Please sign in to comment.