diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-28 18:52:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-28 18:52:37 +0000 |
commit | b98396717f2b3cfd4349bf619b088aa9493856f3 (patch) | |
tree | 126d2fb1a54674b35b595279e153f0e986902ba5 | |
parent | 3d045d2f6def54b1a1b764ceda375d6fcdd2e5b6 (diff) |
show the conf path in the README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" @@ -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" { |