d2tools/vendor/gabordemooij/redbean/test-dist.ini
2021-03-21 13:47:29 -06:00

18 lines
291 B
INI

; 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"