mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-12-02 13:36:03 +00:00
18 lines
291 B
INI
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"
|