summaryrefslogtreecommitdiffstats
path: root/ansible/templates/config.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/templates/config.hjson')
-rw-r--r--ansible/templates/config.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/templates/config.hjson b/ansible/templates/config.hjson
index 42698dfb..c0f387c4 100644
--- a/ansible/templates/config.hjson
+++ b/ansible/templates/config.hjson
@@ -1,7 +1,7 @@
{
database: {
password: "{{ postgres_password }}"
- host: "lemmy_db"
+ host: "postgres"
}
hostname: "{{ domain }}"
jwt_secret: "{{ jwt_password }}"