Remove ipfs setup from demo

This commit is contained in:
nabarun 2022-06-28 16:35:50 +05:30 committed by Ashwin Phatak
parent ed75a4dc82
commit 6cb424b315
2 changed files with 1 additions and 13 deletions

View File

@ -51,17 +51,6 @@
-p ../config.sh
```
* Run the IPFS (go-ipfs version 0.12.2) daemon:
```bash
ipfs daemon
# API server listening on /ip4/127.0.0.1/tcp/5001
```
The IPFS API address can be seen in the output.
* In the [config file](./environments/local.toml) update the `server.ipfsApiAddr` config with the IPFS API address.
* Create a postgres12 database for the watcher:
```bash

View File

@ -10,8 +10,7 @@
checkpointInterval = 2000
# IPFS API address (can be taken from the output on running the IPFS daemon).
ipfsApiAddr = "/ip4/127.0.0.1/tcp/5001"
# ipfsApiAddr = "/ip4/127.0.0.1/tcp/5001"
[database]
type = "postgres"