Skip to content

Commit

Permalink
Merge pull request #16 from anyproto/readme_patch
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fb929 authored Jan 22, 2024
2 parents e8922b5 + aac08c9 commit a50476d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ Self-host for any-sync, designed for review and testing purposes.
db.getMongo().setReadPref('primaryPreferred'); db.nodeConf.find().sort( { _id: -1 } ).limit(1)
```

* run client
* run client (GUI)

Use `<pathToRepo>/any-sync-dockercompose/etc/client.yml` as a network configuration for the clients.
See [the documentation](https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks) for more details.

* run client (CLI)
```
# macos example
ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=<pathToRepo>/any-sync-dockercompose/etc/client.yml /Applications/Anytype.app/Contents/MacOS/Anytype
Expand Down

0 comments on commit a50476d

Please sign in to comment.