Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / test-dist.ini
diff --git a/vendor/gabordemooij/redbean/test-dist.ini b/vendor/gabordemooij/redbean/test-dist.ini
new file mode 100755 (executable)
index 0000000..8de9b9b
--- /dev/null
@@ -0,0 +1,17 @@
+; Test suite database config
+; Rename this file to test.ini if you are done
+
+[mysql]
+host    = "localhost"
+schema  = "oodb"
+user    = "root"
+pass    = "password"
+
+[pgsql]
+host    = "localhost"
+schema  = "oodb"
+user    = "postgres"
+pass    = "password"
+
+[sqlite]
+file    = "/tmp/database.db"