Skip to content

Commit

Permalink
Teztnets: fix api bind
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zaikin committed Feb 15, 2023
1 parent 6ff72c1 commit 8878ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ sentry:

share_path: /etc/bcd

base_url: http://localhost:8080
base_url: https://teztnets.better-call.dev

api:
project_name: api
bind: "127.0.0.1:14000"
swagger_host: "localhost:14000"
bind: ":14000"
swagger_host: "api.teztnets.better-call.dev"
cors_enabled: true
sentry_enabled: false
seed_enabled: false
Expand Down

0 comments on commit 8878ff1

Please sign in to comment.