From c594e42b9e8eec46d4ea1ed81b7c46c4d1c43bc7 Mon Sep 17 00:00:00 2001 From: Team1 Date: Thu, 20 Apr 2023 16:29:40 +0000 Subject: [PATCH] Se cambiaron directivas --- config/ipfs-config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/ipfs-config.json 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" + } + + ] + + } +