This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/ansible/templates/config.hjson

14 lines
301 B
Plaintext

{
database: {
password: "{{ postgres_password }}"
}
hostname: "{{ domain }}"
jwt_secret: "{{ jwt_password }}"
email: {
smtp_server: "{{ smtp_server }}"
smtp_login: "{{ smtp_login }}"
smtp_password: "{{ smtp_password }}"
smtp_from_address: "{{ smtp_from_address }}"
}
}