From: Dessalines Date: Sun, 29 Dec 2019 01:22:53 +0000 (-0500) Subject: Fixing ansible deploy. X-Git-Url: http://these/git/?a=commitdiff_plain;h=8da44c343d9bf7ff62cac3ec6da08a48773f828f;p=lemmy.git Fixing ansible deploy. --- 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 }}"