From a03727e28ab74a78a627b6a007bf61219206e435 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 30 Sep 2021 20:45:20 +0000 Subject: [PATCH] Add database host back into config file (#1805) --- ansible/templates/config.hjson | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/templates/config.hjson b/ansible/templates/config.hjson index b71cb3fa..5f7ca332 100644 --- a/ansible/templates/config.hjson +++ b/ansible/templates/config.hjson @@ -3,6 +3,7 @@ # https://join-lemmy.org/docs/en/administration/configuration.html database: { + host: postgres password: "{{ postgres_password }}" } hostname: "{{ domain }}" -- 2.44.1