show the conf path in the README.md

This commit is contained in:
Omar Polo 2024-06-28 18:52:37 +00:00
parent 3d045d2f6d
commit b98396717f

View File

@ -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" {