Add database host back into config file (#1805)

This commit is contained in:
Nutomic 2021-09-30 20:45:20 +00:00 committed by GitHub
parent b6b045bf76
commit a03727e28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
# https://join-lemmy.org/docs/en/administration/configuration.html
database: {
host: postgres
password: "{{ postgres_password }}"
}
hostname: "{{ domain }}"