Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lin committed Nov 2, 2019
1 parent 84be3f7 commit cec46a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,16 @@ Here is an example configuration for enabling the `dmsgpty` server within `skywi
```json5
{
"dmsg_pty": {

// "port" provides the dmsg port to listen for remote pty requests.
"port": 233,

// "authorization_file" is the path to a JSON file containing an array of whitelisted public keys.
"authorization_file": "./dmsgpty/whitelist.json",

// "cli_network" is the network to host the dmsgpty CLI.
"cli_network": "unix",

// "cli_address" is the address to host the dmsgpty CLI.
"cli_address": "/tmp/dmsgpty.sock"
}
Expand Down

0 comments on commit cec46a3

Please sign in to comment.