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