]> Untitled Git - lemmy.git/commitdiff
Fixing ansible deploy.
authorDessalines <tyhou13@gmx.com>
Sun, 29 Dec 2019 01:22:53 +0000 (20:22 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 29 Dec 2019 01:22:53 +0000 (20:22 -0500)
ansible/templates/config.hjson

index adfaf33c8c2cbe12438a90a0fdceaeee6eaa655d..621b8bcb9c5252b7620aa4e354338baa91090ca4 100644 (file)
@@ -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 }}"