Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / testing / config / test-travis.ini
1 ; Test suite database config
2 ; Rename this file to test.ini if you are done
3
4 [mysql]
5 host    = "localhost"
6 schema  = "oodb"
7 user    = "root"
8 pass    = ""
9
10 [pgsql]
11 host    = "localhost"
12 schema  = "oodb"
13 user    = "postgres"
14 pass    = ""
15
16 [sqlite]
17 file    = "/tmp/oodb.db"
18