Fixing ansible deploy.

This commit is contained in:
Dessalines 2019-12-28 20:22:53 -05:00
parent bb3dbe041d
commit 8da44c343d
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
{ {
database: { database: {
password: "{{ postgres_password }}" password: "{{ postgres_password }}"
host: "lemmy_db"
} }
hostname: "{{ domain }}" hostname: "{{ domain }}"
jwt_secret: "{{ jwt_password }}" jwt_secret: "{{ jwt_password }}"
front_end_dir: "/app/dist"
email: { email: {
smtp_server: "{{ smtp_server }}" smtp_server: "{{ smtp_server }}"
smtp_login: "{{ smtp_login }}" smtp_login: "{{ smtp_login }}"