Yaffs site version 1.1
[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
new file mode 100644 (file)
index 0000000..f6dd1ed
--- /dev/null
@@ -0,0 +1,18 @@
+; 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"
+