1
0
Fork 0
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:
Jean-Baptiste Holcroft 2017-10-17 12:04:32 +02:00
commit 361939a431

View file

@ -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',
}
}