From 807dd8d82cb81f7049310bec91ce6b4eda21c4f0 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 adfaf33c..621b8bcb 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 }}"