Skip to content

Commit

Permalink
show the conf path in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 28, 2024
1 parent 3d045d2 commit b983967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ gmid has a rich configuration file, heavily inspired by OpenBSD'
manpage. Here's a minimal example of a config file:

```conf
# /etc/gmid.conf
server "example.com" {
listen on * port 1965
cert "/path/to/cert.pem"
Expand All @@ -53,6 +54,7 @@ server "example.com" {
and a slightly more complex one

```conf
# /etc/gmid.conf
cert_root = "/path/to/keys"
server "example.com" {
Expand Down

0 comments on commit b983967

Please sign in to comment.