]> Untitled Git - lemmy.git/blob - ansible/templates/config.hjson
Merge pull request #10 from dessalines/dev
[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: "postfix:25"
11     smtp_from_address: "noreply@{{ domain }}"
12     use_tls: false
13   }
14 }