Skip to content

Commit

Permalink
Merge pull request #280 from porters-xyz/staging-change
Browse files Browse the repository at this point in the history
Switched staging gateway url
  • Loading branch information
wtfsayo authored May 23, 2024
2 parents 7da5c4b + 4563b4a commit 4cd4b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- porters-redis:/data

kit:
image: ghcr.io/pokt-network/pocket-gateway-server:0.1.0-BETA
image: ghcr.io/pokt-network/pocket-gateway-server:0.3.0
volumes:
- ./.env:/app/.env
ports:
Expand Down
2 changes: 1 addition & 1 deletion gateway/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ primary_region = 'sea'
strategy = 'canary'

[env]
HOST = 'g.staging.porters.xyz'
HOST = 'rpc.staging.porters.xyz'
### SECRETS ###
# DATABASE_URL = ...
# PROXY_TO = ...
Expand Down

0 comments on commit 4cd4b4c

Please sign in to comment.