Skip to content

Commit

Permalink
Merge pull request #58 from attestantio/update-configuration
Browse files Browse the repository at this point in the history
Update dirk configuration in getting started guide.
  • Loading branch information
mcdee authored Jan 29, 2024
2 parents c09de40 + 513b7ca commit 7b92ae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7b92ae0

Please sign in to comment.