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