Revert "synapse: try to fix yaml escaping"

This reverts commit 8fbab0285e.
This commit is contained in:
陈浩南 2023-08-29 22:45:05 +08:00
parent 8fbab0285e
commit 9e2b761ffa

View File

@ -59,8 +59,8 @@ inputs:
smtp_port = 25;
smtp_user = "bot@chn.moe";
require_transport_security = true;
notif_from = ''"Your Friendly %(app)s homeserver <bot@chn.moe>"'';
app_name = ''"Haonan Chen's synapse"'';
notif_from = "Your Friendly %(app)s homeserver <bot@chn.moe>";
app_name = "Haonan Chen's synapse";
};
admin_contact = "mailto:chn@chn.moe";
enable_registration = true;