summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-09 11:38:02 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-09 11:38:02 +0100
commit7513d002fab0e9564a037033659c837211feae13 (patch)
tree6a5c25e299c888be6d8e01aac8d6b3f19055def7
parent2851ca7aa80da00e8c2178a5c60c97b006b36f7f (diff)
parent84d67f4e00d2a667f9c3e49b7b79f8be23d548ae (diff)
Merge branch 'update-repo'
-rw-r--r--README.md5
-rw-r--r--distrox.toml9
2 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3a026b3..44ec06b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
# distrox
-A distributed social network build on IPFS.
+A distributed social network build on IPFS/IPLD.
## License
-Server: AGPL-2.0 only.
-
+GPL-2.0 only.
diff --git a/distrox.toml b/distrox.toml
deleted file mode 100644
index 39e9461..0000000
--- a/distrox.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-# The API URL
-ipfs-api-url = "127.0.0.1"
-
-# The API Port
-ipfs-api-port = 5001
-
-# The Port for the app itself
-app-port = 5002
-