Skip to content

Commit

Permalink
fix: typo thereisnosecondbest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Nov 2, 2023
1 parent 58a4970 commit 66a90d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/gateway-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ From repo root directory:
### Run Gateway Admin UI

1. Confirm you are in `gateway-ui/` app directory
1. Run `REACT_APP_FM_GATEWAY_API="http://127.0.0.1:8175" REACT_APP_FM_GATEWAY_PASSWORD="theresnosecondbest" yarn dev`
1. Run `REACT_APP_FM_GATEWAY_API="http://127.0.0.1:8175" REACT_APP_FM_GATEWAY_PASSWORD="thereisnosecondbest" yarn dev`

> This will show you a running Gateway UI connected to a gateway.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# Public URL from which the webserver API is reachable
- FM_GATEWAY_API_ADDR=http://gatewayd_1:8175
# Gateway webserver authentication password
- FM_GATEWAY_PASSWORD=theresnosecondbest
- FM_GATEWAY_PASSWORD=thereisnosecondbest
# Configured gateway routing fees Format: <base_msat>,<proportional_millionths>
- FM_GATEWAY_FEES=0,1000
# LND RPC address
Expand Down Expand Up @@ -166,7 +166,7 @@ services:
# environment:
# - PORT=3002
# - REACT_APP_FM_GATEWAY_API=ws://localhost:8175
# - REACT_APP_FM_GATEWAY_PASSWORD=theresnosecondbest
# - REACT_APP_FM_GATEWAY_PASSWORD=thereisnosecondbest
# expose:
# - '3002'
# ports:
Expand Down
2 changes: 1 addition & 1 deletion mprocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ procs:
env:
PORT: '3004'
REACT_APP_FM_GATEWAY_API: 'http://127.0.0.1:8175'
REACT_APP_FM_GATEWAY_PASSWORD: 'theresnosecondbest'
REACT_APP_FM_GATEWAY_PASSWORD: 'thereisnosecondbest'
BROWSER: none
fedimintd_1-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_1-1
Expand Down

0 comments on commit 66a90d7

Please sign in to comment.