You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/ansible/templates/config.hjson

16 lines
368 B
Plaintext

{
# 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 }}"
pictrs_url: "http://pictrs:8080"
email: {
smtp_server: "postfix:25"
smtp_from_address: "noreply@{{ domain }}"
use_tls: false
}
}