mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Add database host back into config file
This commit is contained in:
parent
b6b045bf76
commit
8eaa1f2dde
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