From: Nutomic Date: Thu, 30 Sep 2021 20:45:20 +0000 (+0000) Subject: Add database host back into config file (#1805) X-Git-Url: http://these/git/?a=commitdiff_plain;h=a03727e28ab74a78a627b6a007bf61219206e435;p=lemmy.git Add database host back into config file (#1805) --- 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 }}"