feat(docker): only use mariadb socket for connections

This commit is contained in:
Steven Guikal 2021-10-19 14:55:43 -04:00
parent 37232f71ee
commit 4e3cc1dfe2
7 changed files with 13 additions and 56 deletions

View file

@ -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