mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 00:14:03 +00:00
Nutomic
aee48f3f5d
* Use env var for config location when saving (not default location)
* Consistent variable formatting for easy replacement with sed
* Remove unmaintained lemmy_dev and uninstall playbooks
* Simplify lemmy.hjson for ansible
* cleanup ansible playbook
* add separate playbook for updating lemmy config
* Revert "add separate playbook for updating lemmy config"
This reverts commit 0a970ae1da
.
15 lines
368 B
Text
15 lines
368 B
Text
{
|
|
# 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
|
|
}
|
|
}
|