mirror of https://github.com/LemmyNet/lemmy.git
Add database host back into config file (#1805)
parent
b6b045bf76
commit
a03727e28a
|
@ -3,6 +3,7 @@
|
||||||
# https://join-lemmy.org/docs/en/administration/configuration.html
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
||||||
|
|
||||||
database: {
|
database: {
|
||||||
|
host: postgres
|
||||||
password: "{{ postgres_password }}"
|
password: "{{ postgres_password }}"
|
||||||
}
|
}
|
||||||
hostname: "{{ domain }}"
|
hostname: "{{ domain }}"
|
||||||
|
|
Loading…
Reference in New Issue