From 8da44c343d9bf7ff62cac3ec6da08a48773f828f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 20:22:53 -0500 Subject: [PATCH] Fixing ansible deploy. --- ansible/templates/config.hjson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/templates/config.hjson b/ansible/templates/config.hjson index adfaf33c8..621b8bcb9 100644 --- a/ansible/templates/config.hjson +++ b/ansible/templates/config.hjson @@ -1,9 +1,11 @@ { database: { password: "{{ postgres_password }}" + host: "lemmy_db" } hostname: "{{ domain }}" jwt_secret: "{{ jwt_password }}" + front_end_dir: "/app/dist" email: { smtp_server: "{{ smtp_server }}" smtp_login: "{{ smtp_login }}"