]> Untitled Git - lemmy.git/commitdiff
Add database host back into config file (#1805)
authorNutomic <me@nutomic.com>
Thu, 30 Sep 2021 20:45:20 +0000 (20:45 +0000)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 20:45:20 +0000 (16:45 -0400)
ansible/templates/config.hjson

index b71cb3fac56c41aebb87f7b8e3f897dbc648df49..5f7ca33267faee114b50b950bea2340e334ff2bf 100644 (file)
@@ -3,6 +3,7 @@
   # https://join-lemmy.org/docs/en/administration/configuration.html
 
   database: {
+    host: postgres
     password: "{{ postgres_password }}"
   }
   hostname: "{{ domain }}"