mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-04-28 07:15:37 +00:00
19 lines
272 B
INI
19 lines
272 B
INI
; Test suite database config
|
|
; Rename this file to test.ini if you are done
|
|
|
|
[mysql]
|
|
host = "localhost"
|
|
schema = "oodb"
|
|
user = "root"
|
|
pass = ""
|
|
|
|
[pgsql]
|
|
host = "localhost"
|
|
schema = "oodb"
|
|
user = "postgres"
|
|
pass = ""
|
|
|
|
[sqlite]
|
|
file = "/tmp/oodb.db"
|
|
|