properly enable DB for tests (#30471)

* properly enable DB for tests

* add ci db user/pass
This commit is contained in:
warriorstar-orion
2025-09-17 14:37:18 -04:00
committed by GitHub
parent 583e2942bc
commit d4ba4e9e10
+3 -1
View File
@@ -11,4 +11,6 @@ maximum_lavaland_zlevels = 0
enabled = false
[database_configuration]
enabled = true
sql_enabled = true
sql_username = "root"
sql_password = "root"