lemmy/ansible/templates/config.hjson
2020-02-03 14:10:24 +01:00

15 lines
284 B
Plaintext
Vendored

{
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
}
}