diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-02-12 15:50:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-02-12 15:50:56 +0700 |
commit | ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (patch) | |
tree | 64571ba5c7fac6902a5ccf2e315087be08a7bf06 /acanban | |
parent | 1f9e00aaf9ecc88d23d6bae93ffe34aa7d3e08da (diff) | |
download | dotfiles-ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9.tar.gz |
Update support for languages and libraries
Diffstat (limited to 'acanban')
-rw-r--r-- | acanban/.config/acanban/ipfs.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acanban/.config/acanban/ipfs.toml b/acanban/.config/acanban/ipfs.toml new file mode 100644 index 0000000..319aed4 --- /dev/null +++ b/acanban/.config/acanban/ipfs.toml @@ -0,0 +1,6 @@ +[api] +base = 'http://127.0.0.1:5001/api/v0' + +[gateway] +base = 'http://127.0.0.1:8080/ipfs' +fallback = 'https://ipfs.io' |