mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge pull request #110 from YunoHost-Apps/socket-all-the-things
Connect to database with its socket
This commit is contained in:
commit
776612d809
1 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
"database": {
|
||||
"client": "mysql",
|
||||
"connection": {
|
||||
"host" : "127.0.0.1",
|
||||
"user" : "__DB_USER__",
|
||||
"password" : "__DB_PWD__",
|
||||
"database" : "__DB_NAME__"
|
||||
"socketPath" : "/run/mysqld/mysqld.sock",
|
||||
"user" : "__DB_USER__",
|
||||
"password" : "__DB_PWD__",
|
||||
"database" : "__DB_NAME__"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
|
@ -26,4 +26,4 @@
|
|||
},
|
||||
"transports": ["file", "stdout"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue