summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-