From 31e4eae4a36ebea110634dbd0d3cc0938be1a402 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Thu, 14 Oct 2021 11:06:06 +0000 Subject: [PATCH] Changed 0.0.0.0 to localhost for db server --- db/deploy/moonstreamdb.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/deploy/moonstreamdb.service b/db/deploy/moonstreamdb.service index 5f0b2b6f..17357726 100644 --- a/db/deploy/moonstreamdb.service +++ b/db/deploy/moonstreamdb.service @@ -7,7 +7,7 @@ User=ubuntu Group=www-data WorkingDirectory=/home/ubuntu/moonstream/db/server EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env -ExecStart=/home/ubuntu/moonstream/db/server/moonstreamdb -host 0.0.0.0 -port "${MOONSTREAM_DB_SERVER_PORT}" +ExecStart=/home/ubuntu/moonstream/db/server/moonstreamdb -host 127.0.0.1 -port "${MOONSTREAM_DB_SERVER_PORT}" SyslogIdentifier=moonstreamdb [Install]