lemmy/ansible/templates/config.hjson

15 lines
284 B
Text
Raw Normal View History

{
database: {
password: "{{ postgres_password }}"
2020-03-09 14:16:52 +00:00
host: "postgres"
}
hostname: "{{ domain }}"
jwt_secret: "{{ jwt_password }}"
2019-12-29 01:22:53 +00:00
front_end_dir: "/app/dist"
email: {
2020-01-31 11:03:26 +00:00
smtp_server: "postfix:25"
smtp_from_address: "noreply@{{ domain }}"
use_tls: false
}
}