1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/config/jwt_config.py b/synapse/config/jwt_config.py
index 51e7f7e003..ecb4124096 100644
--- a/synapse/config/jwt_config.py
+++ b/synapse/config/jwt_config.py
@@ -46,8 +46,8 @@ class JWTConfig(Config):
return """\
# The JWT needs to contain a globally unique "sub" (subject) claim.
#
- # jwt_config:
- # enabled: true
- # secret: "a secret"
- # algorithm: "HS256"
+ #jwt_config:
+ # enabled: true
+ # secret: "a secret"
+ # algorithm: "HS256"
"""
|