fixup! blacksteel/matrix-synapse: use unix socket

This commit is contained in:
Guanran Wang 2024-06-20 16:38:40 +08:00
parent 13f0d66914
commit abc9c9aaf0

View file

@ -69,7 +69,6 @@
{
name = "synapse";
type = "tcp";
localIP = "127.0.0.1";
remotePort = 8600;
plugin = {
type = "unix_domain_socket";
@ -79,7 +78,6 @@
{
name = "syncv3";
type = "tcp";
localIP = "127.0.0.1";
remotePort = 8700;
plugin = {
type = "unix_domain_socket";
@ -89,7 +87,6 @@
{
name = "mastodon-web";
type = "tcp";
localIP = "127.0.0.1";
remotePort = 8900;
plugin = {
type = "unix_domain_socket";
@ -99,7 +96,6 @@
{
name = "mastodon-streaming";
type = "tcp";
localIP = "127.0.0.1";
remotePort = 9000;
plugin = {
type = "unix_domain_socket";
@ -109,7 +105,6 @@
{
name = "mastodon-system";
type = "tcp";
localIP = "127.0.0.1";
remotePort = 9100;
plugin = {
# FIXME: