From 8eaa1f2ddeffc784b0e5281026e2b7fb60d83026 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 30 Sep 2021 17:21:30 +0000 Subject: [PATCH] Add database host back into config file --- ansible/templates/config.hjson | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/templates/config.hjson b/ansible/templates/config.hjson index b71cb3fac..5f7ca3326 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 }}"