Skip to content

Commit

Permalink
fix: theresnosecondbest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Aug 21, 2024
1 parent 8dd31a7 commit 5e4f271
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Replace `-p 3000:3000` with a port of your choice, `REACT_APP_FM_GATEWAY_API` wi

## Development

The development password for the gateway is `thereisnosecondbest`.
The development password for the gateway is `theresnosecondbest`.
The development password for the guardians when using the `nix-gateway` or `docker` development environments is `pass`.

### Option 1 - Running with Nix (preferred)
Expand Down Expand Up @@ -196,7 +196,7 @@ From root repo directory:
1. Run gateway-ui in development environment

```bash
PORT=3004 REACT_APP_FM_GATEWAY_API="http://127.0.0.1:8175" REACT_APP_FM_GATEWAY_PASSWORD="thereisnosecondbest" yarn dev:gateway-ui
PORT=3004 REACT_APP_FM_GATEWAY_API="http://127.0.0.1:8175" REACT_APP_FM_GATEWAY_PASSWORD="theresnosecondbest" yarn dev:gateway-ui
```

1. Run `docker compose down` when done. It might be worth deleting `fm_*`, directory from the repo. These are data directories mounted to Docker containers running fedmintd and are listed in `.gitignore` so are safe to remove.
Expand Down
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="thereisnosecondbest" yarn dev`
1. Run `REACT_APP_FM_GATEWAY_API="http://127.0.0.1:8175" REACT_APP_FM_GATEWAY_PASSWORD="theresnosecondbest" 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 @@ -30,7 +30,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=thereisnosecondbest
- FM_GATEWAY_PASSWORD=theresnosecondbest
# 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=http://127.0.0.1:8175
# - REACT_APP_FM_GATEWAY_PASSWORD=thereisnosecondbest
# - REACT_APP_FM_GATEWAY_PASSWORD=theresnosecondbest
# expose:
# - '3002'
# ports:
Expand Down
2 changes: 1 addition & 1 deletion mprocs-docker.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: 'thereisnosecondbest'
REACT_APP_FM_GATEWAY_PASSWORD: 'theresnosecondbest'
BROWSER: none
fedimintd_1-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_1-1
Expand Down
2 changes: 1 addition & 1 deletion mprocs-rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ procs:
env:
PORT: '3004'
REACT_APP_FM_GATEWAY_API: 'http://127.0.0.1:8175'
REACT_APP_FM_GATEWAY_PASSWORD: 'thereisnosecondbest'
REACT_APP_FM_GATEWAY_PASSWORD: 'theresnosecondbest'
BROWSER: none
fedimintd_1-logs:
shell: sleep 3 && docker logs -f fedimint-ui-fedimintd_1-1
Expand Down
4 changes: 2 additions & 2 deletions original-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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=thereisnosecondbest
- FM_GATEWAY_PASSWORD=theresnosecondbest
# 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=http://127.0.0.1:8175
# - REACT_APP_FM_GATEWAY_PASSWORD=thereisnosecondbest
# - REACT_APP_FM_GATEWAY_PASSWORD=theresnosecondbest
# expose:
# - '3002'
# ports:
Expand Down

0 comments on commit 5e4f271

Please sign in to comment.