2019-12-17 21:35:48 +00:00
|
|
|
{
|
|
|
|
database: {
|
|
|
|
password: "{{ postgres_password }}"
|
2019-12-29 01:22:53 +00:00
|
|
|
host: "lemmy_db"
|
2019-12-17 21:35:48 +00:00
|
|
|
}
|
|
|
|
hostname: "{{ domain }}"
|
|
|
|
jwt_secret: "{{ jwt_password }}"
|
2019-12-29 01:22:53 +00:00
|
|
|
front_end_dir: "/app/dist"
|
2019-12-17 21:35:48 +00:00
|
|
|
email: {
|
2020-01-31 11:03:26 +00:00
|
|
|
smtp_server: "postfix:25"
|
|
|
|
smtp_from_address: "noreply@{{ domain }}"
|
|
|
|
use_tls: false
|
2019-12-17 21:35:48 +00:00
|
|
|
}
|
|
|
|
}
|