about summary refs log tree commit diff
path: root/acanban
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-02-12 15:50:56 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-02-12 15:50:56 +0700
commitac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (patch)
tree64571ba5c7fac6902a5ccf2e315087be08a7bf06 /acanban
parent1f9e00aaf9ecc88d23d6bae93ffe34aa7d3e08da (diff)
downloaddotfiles-ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9.tar.gz
Update support for languages and libraries
Diffstat (limited to 'acanban')
-rw-r--r--acanban/.config/acanban/ipfs.toml6
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'