diff --git a/config/ipfs-config.json b/config/ipfs-config.json new file mode 100644 index 0000000..fa02b56 --- /dev/null +++ b/config/ipfs-config.json @@ -0,0 +1,24 @@ +{ + + "public": true, + "files": [ + { + "path": "/home/team1/DCIPs/DCIPs/dcip-1.md", + "cid": "", + "contentType": "text/markdown" + }, + { + "path": "/home/team1/DCIPs/DCIPs/dcip-2.md", + "cid": "", + "contentType": "text/markdown" + }, + { + "path": "/home/team1/DCIPs/DCIPs/dcip-3.md", + "cid": "", + "contentType": "text/markdown" + } + + ] + + } +