mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Merge branch 'fix_stupid_psql'
This commit is contained in:
commit
361939a431
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ DATABASES = {
|
|||
# Database password
|
||||
'PASSWORD': '__DB_PWD__',
|
||||
# Set to empty string for localhost
|
||||
'HOST': '',
|
||||
'HOST': 'localhost',
|
||||
# Set to empty string for default
|
||||
'PORT': '',
|
||||
'PORT': '5432',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue