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