Define HOST to "" to use unix domain socket connection
This commit is contained in:
parent
7111ce1583
commit
20d0f1fba9
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ DATABASES = {
|
|||
"NAME": DBNAME,
|
||||
"USER": DBUSER,
|
||||
"PASSWORD": DBPASSWD,
|
||||
"HOST": "localhost",
|
||||
"HOST": "",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue