fixup! blacksteel/matrix-synapse: use unix socket
This commit is contained in:
parent
13f0d66914
commit
abc9c9aaf0
1 changed files with 0 additions and 5 deletions
|
@ -69,7 +69,6 @@
|
||||||
{
|
{
|
||||||
name = "synapse";
|
name = "synapse";
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
localIP = "127.0.0.1";
|
|
||||||
remotePort = 8600;
|
remotePort = 8600;
|
||||||
plugin = {
|
plugin = {
|
||||||
type = "unix_domain_socket";
|
type = "unix_domain_socket";
|
||||||
|
@ -79,7 +78,6 @@
|
||||||
{
|
{
|
||||||
name = "syncv3";
|
name = "syncv3";
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
localIP = "127.0.0.1";
|
|
||||||
remotePort = 8700;
|
remotePort = 8700;
|
||||||
plugin = {
|
plugin = {
|
||||||
type = "unix_domain_socket";
|
type = "unix_domain_socket";
|
||||||
|
@ -89,7 +87,6 @@
|
||||||
{
|
{
|
||||||
name = "mastodon-web";
|
name = "mastodon-web";
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
localIP = "127.0.0.1";
|
|
||||||
remotePort = 8900;
|
remotePort = 8900;
|
||||||
plugin = {
|
plugin = {
|
||||||
type = "unix_domain_socket";
|
type = "unix_domain_socket";
|
||||||
|
@ -99,7 +96,6 @@
|
||||||
{
|
{
|
||||||
name = "mastodon-streaming";
|
name = "mastodon-streaming";
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
localIP = "127.0.0.1";
|
|
||||||
remotePort = 9000;
|
remotePort = 9000;
|
||||||
plugin = {
|
plugin = {
|
||||||
type = "unix_domain_socket";
|
type = "unix_domain_socket";
|
||||||
|
@ -109,7 +105,6 @@
|
||||||
{
|
{
|
||||||
name = "mastodon-system";
|
name = "mastodon-system";
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
localIP = "127.0.0.1";
|
|
||||||
remotePort = 9100;
|
remotePort = 9100;
|
||||||
plugin = {
|
plugin = {
|
||||||
# FIXME:
|
# FIXME:
|
||||||
|
|
Loading…
Reference in a new issue