mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(docker): only use mariadb socket for connections
This commit is contained in:
parent
37232f71ee
commit
4e3cc1dfe2
7 changed files with 13 additions and 56 deletions
|
@ -10,12 +10,12 @@
|
|||
backend = mysql
|
||||
|
||||
; If using sqlite, set name to the database file path.
|
||||
name = aurweb_test
|
||||
name = aurweb
|
||||
|
||||
; MySQL database information. User defaults to root for containerized
|
||||
; testing with mysqldb. This should be set to a non-root user.
|
||||
user = root
|
||||
;password = non-root-user-password
|
||||
user = aur
|
||||
password = aur
|
||||
host = localhost
|
||||
;port = 3306
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue