diff options
author | FChannel <> | 2021-06-01 00:45:05 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-01 00:45:05 -0700 |
commit | 60b6bdf1c021fcffff397c7b1439a1407ed90f0a (patch) | |
tree | b176b963f45777b1878e1d178877a4e033010418 /README.md | |
parent | b7ce42c8a9a6f458cc1537f6aeefe0b5f7ab150c (diff) |
changed actor to type Group and other clean up
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ Any contributions or suggestions are appreciated. Best way to give immediate fee `emailpass:password` -#### local testing +### local testing + When testing on a local env when setting the `instance` value in the config file you have to append the port number to the local address eg. `instance:localhost:3000` with `instanceport` also being set to the same port. If you want to test federation between servers locally you have to use your local ip as the `instance` eg. `instance:192.168.0.2:3000` and `instance:192:168:0:3:3000` adding the port to localhost will not route correctly. |