diff --git a/docs/getting_started.md b/docs/getting_started.md index f860b39..a4cf763 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -129,6 +129,9 @@ At this point you also need a minimal configuration file so `dirk` knows which c "ca-cert": "file:///home/user/dirk/security/ca.crt", "server-cert": "file:///home/user/dirk/security/server.example.com.crt", "server-key": "file:///home/user/dirk/security/server.example.com.key" + }, + "peers": { + "212483780": "server.example.com:9091" } } ``` @@ -169,6 +172,9 @@ The next step is to configure `dirk` to know which clients have access to which "server-cert": "file:///home/user/dirk/security/server.example.com.crt", "server-key": "file:///home/user/dirk/security/server.example.com.key" }, + "peers": { + "212483780": "server.example.com:9091" + }, "permissions": { "client1": { "wallet1": "All"