mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +00:00
Add database host back into config file (#1805)
This commit is contained in:
parent
b6b045bf76
commit
a03727e28a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# https://join-lemmy.org/docs/en/administration/configuration.html
|
||||
|
||||
database: {
|
||||
host: postgres
|
||||
password: "{{ postgres_password }}"
|
||||
}
|
||||
hostname: "{{ domain }}"
|
||||
|
|
Loading…
Reference in a new issue