[db] stay on psql+socket

This commit is contained in:
Nico Schottelius 2020-04-09 11:59:49 +02:00
parent 08b9886ce3
commit 7d892daff9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ except ModuleNotFoundError:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'HOST': '::1', # connecting via tcp, v6, to allow ssh forwarding to work
# 'HOST': '::1', # connecting via tcp, v6, to allow ssh forwarding to work
'NAME': uncloud.secrets.POSTGRESQL_DB_NAME,
}
}