Update port for multisig app
This commit is contained in:
parent
ed75bd3ae9
commit
710926d5b5
@ -422,7 +422,7 @@
|
|||||||
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
||||||
```
|
```
|
||||||
|
|
||||||
- The app will be running on <http://localhost:3000/laconic>
|
- The app will be running on <http://localhost:7000/laconic>
|
||||||
|
|
||||||
### Create a multisig with both the validator accounts
|
### Create a multisig with both the validator accounts
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
|||||||
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
|
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
* Access the app at `http://localhost:3000/laconic`
|
* Access the app at <http://localhost:7000/laconic>
|
||||||
|
|
||||||
## Check Status
|
## Check Status
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
cosmos-multisig-ui:
|
cosmos-multisig-ui:
|
||||||
- 3000:3000
|
- 7000:7000
|
||||||
alpha:
|
alpha:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
Loading…
Reference in New Issue
Block a user