mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
fixed database variable to match pytest variables
This commit is contained in:
@@ -14,7 +14,7 @@ ROMM_DB_DRIVER=
|
||||
# Database config (only for mariadb)
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_ROOT_PASSWD=
|
||||
DB_USER=
|
||||
DB_PASSWD=
|
||||
DB_NAME=romm
|
||||
DB_NAME=romm_test
|
||||
DB_USER=romm_test
|
||||
DB_PASSWD=passwd
|
||||
DB_ROOT_PASSWD=passwd
|
||||
|
||||
Reference in New Issue
Block a user