lemmy/ansible/templates/config.hjson

15 lines
284 B
Plaintext
Raw Normal View History

{
database: {
password: "{{ postgres_password }}"
2019-12-29 01:22:53 +00:00
host: "lemmy_db"
}
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
}
}