From e7d63a2b27733f6bff5524cc60e78ece56e098cc Mon Sep 17 00:00:00 2001 From: paulocr Date: Mon, 5 Jun 2023 15:02:52 -0600 Subject: [PATCH] Fix boolean configuration example --- docs/references/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/configuration.rst b/docs/references/configuration.rst index a55b5fef3..bdd382e9e 100644 --- a/docs/references/configuration.rst +++ b/docs/references/configuration.rst @@ -43,7 +43,7 @@ The configuration file must contain a set of key value pairs: # The secret to verify the JWT for authenticated requests with. # Needs to be 32 characters minimum. jwt-secret = "reallyreallyreallyreallyverysafe" - jwt-secret-is-base64 = False + jwt-secret-is-base64 = false # Port the postgrest process is listening on for http requests server-port = 80