We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc757aa commit 66d2c81Copy full SHA for 66d2c81
1 file changed
env
@@ -30,13 +30,11 @@
30
# DATABASE
31
#--------------------------------------------------------------------
32
33
-# database.default.hostname = localhost
34
-# database.default.database = ci4
35
-# database.default.username = root
36
-# database.default.password = root
37
-# database.default.DBDriver = MySQLi
38
-# database.default.DBPrefix =
39
-# database.default.port = 3306
+database.default.hostname = mysql
+database.default.database = ci4
+database.default.username = root
+database.default.password = root
+database.default.DBDriver = MySQLi
40
41
# database.tests.hostname = localhost
42
# database.tests.database = ci4_test
0 commit comments