Security update for Core, with self-updated composer
[yaffs-website] / vendor / gabordemooij / redbean / testing / config / test-dist.ini
diff --git a/vendor/gabordemooij/redbean/testing/config/test-dist.ini b/vendor/gabordemooij/redbean/testing/config/test-dist.ini
deleted file mode 100644 (file)
index e2d1b8a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-; Test suite database config
-; Rename this file to test.ini if you are done
-
-[mysql]
-host    = "localhost"
-schema  = "<DATABASE NAME HERE>"
-user    = "<USER>"
-pass    = "<PASSWORD>"
-
-[pgsql]
-host    = "localhost"
-schema  = "<DATABASE NAME HERE>"
-user    = "<USER>"
-pass    = "<PASSWORD>"
-
-[sqlite]
-file    = "/tmp/database.db"