Skip to content

Commit

Permalink
fix(web): disable keel by default as it is an optional service (#1453)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Field <justin.field@armory.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 30, 2021
1 parent 1823633 commit 8dd1c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gate-web/config/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
enabled: true
keel:
baseUrl: http://localhost:8087
enabled: true
enabled: false
fiat:
enabled: false
flapjack:
Expand Down

0 comments on commit 8dd1c89

Please sign in to comment.