Skip to content

Commit

Permalink
add server root and direct addr to minimal config
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 18, 2025
1 parent 8841688 commit 5091496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/minimal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ log-level = "debug"
[client]
token-file = "examples/client-token.secret"
server-cas = ".direnv/minica.pem"
direct-addr = ":19193"

[client.destinations.sws]
addr = ":8081"
file-server-root = "."

[client.sources.sws]
addr = ":9999"
Expand Down

0 comments on commit 5091496

Please sign in to comment.