Skip to content

Commit

Permalink
chore: add missing --example for server-timing-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla authored and steve-chavez committed Nov 24, 2023
1 parent b538ab9 commit 8483459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PostgREST/CLI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8483459

Please sign in to comment.