diff --git a/src/PostgREST/Config.hs b/src/PostgREST/Config.hs index da006bcd0..0326a64a6 100644 --- a/src/PostgREST/Config.hs +++ b/src/PostgREST/Config.hs @@ -275,7 +275,7 @@ readOptions = do | |## choose a secret, JSON Web Key (or set) to enable JWT auth |## (use "@filename" to load from separate file) - |# jwt-secret = "foo" + |# jwt-secret = "secret_with_at_least_32_characters" |# secret-is-base64 = false |# jwt-aud = "your_audience_claim" |