chore: add missing --example for server-timing-enabled

This commit is contained in:
Laurence Isla
2023-11-24 17:41:16 -05:00
committed by Steve Chavez
parent b538ab9823
commit 8483459d59
+3
View File
@@ -220,6 +220,9 @@ exampleConfigFile =
|server-host = "!4"
|server-port = 3000
|
|## Allow getting the request-response timing information through the `Server-Timing` header
|server-timing-enabled = false
|
|## Unix socket location
|## if specified it takes precedence over server-port
|# server-unix-socket = "/tmp/pgrst.sock"