[db] stay on psql+socket
This commit is contained in:
parent
08b9886ce3
commit
7d892daff9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ except ModuleNotFoundError:
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'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,
|
'NAME': uncloud.secrets.POSTGRESQL_DB_NAME,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue