Fix boolean configuration example

This commit is contained in:
paulocr
2023-06-05 16:06:37 -05:00
committed by Laurence Isla
parent a7ff2294ac
commit e7d63a2b27
+1 -1
View File
@@ -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