Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / test-dist.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    = "password"
9
10 [pgsql]
11 host    = "localhost"
12 schema  = "oodb"
13 user    = "postgres"
14 pass    = "password"
15
16 [sqlite]
17 file    = "/tmp/database.db"