Skip to content

Commit

Permalink
Merge pull request #80 from systemli/fix-config-syntax
Browse files Browse the repository at this point in the history
πŸ› Fix Syntax Error in settings.json
  • Loading branch information
0x46616c6b authored Jun 26, 2023
2 parents 82c29a2 + a42681f commit 0bc2517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"sameSite": "{{ etherpad_cookie_same_site }}",
"sessionLifetime": {{ etherpad_cookie_session_lifetime }},
"sessionRefreshInterval": {{ etherpad_cookie_session_refresh_interval }}
}
},
"disableIPlogging": {{ etherpad_disable_ip_logging }},
"automaticReconnectionTimeout": {{ etherpad_automatic_reconnection_timeout }},
"scrollWhenFocusLineIsOutOfViewport": {
Expand Down

0 comments on commit 0bc2517

Please sign in to comment.