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 }}"