summaryrefslogtreecommitdiffstats
path: root/ansible/templates/config.hjson
blob: 42698dfbb5c10e1c0d7a941f9daf0c16e3a283b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  database: {
    password: "{{ postgres_password }}"
    host: "lemmy_db"
  }
  hostname: "{{ domain }}"
  jwt_secret: "{{ jwt_password }}"
  front_end_dir: "/app/dist"
  email: {
    smtp_server: "postfix:25"
    smtp_from_address: "noreply@{{ domain }}"
    use_tls: false
  }
}