lemmy/ansible/templates/config.hjson

16 lines
368 B
Plaintext
Raw Normal View History

{
# for more info about the config, check out the documentation
# https://join-lemmy.org/docs/en/administration/configuration.html
database: {
password: "{{ postgres_password }}"
}
hostname: "{{ domain }}"
2021-09-08 00:11:36 +00:00
pictrs_url: "http://pictrs:8080"
email: {
2020-01-31 11:03:26 +00:00
smtp_server: "postfix:25"
smtp_from_address: "noreply@{{ domain }}"
use_tls: false
}
}