use aurweb_test for default mysql dev database

This also updates `test/README.md` to be a bit more specific
and precise with our current state of testing.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-06-20 07:03:46 -07:00
parent 55c0637b98
commit 8abb096d7b
4 changed files with 149 additions and 27 deletions

View file

@ -10,7 +10,7 @@
backend = mysql
; If using sqlite, set name to the database file path.
name = aurweb
name = aurweb_test
; MySQL database information. User defaults to root for containerized
; testing with mysqldb. This should be set to a non-root user.