]> Untitled Git - lemmy.git/blob - ansible/templates/config.hjson
Fixing ansible deploy.
[lemmy.git] / ansible / templates / config.hjson
1 {
2   database: {
3     password: "{{ postgres_password }}"
4     host: "lemmy_db"
5   }
6   hostname: "{{ domain }}"
7   jwt_secret: "{{ jwt_password }}"
8   front_end_dir: "/app/dist"
9   email: {
10     smtp_server: "{{ smtp_server }}"
11     smtp_login: "{{ smtp_login }}"
12     smtp_password: "{{ smtp_password }}"
13     smtp_from_address: "{{ smtp_from_address }}"
14   }
15 }