1[Pg.1]
2dsn = dbi:Pg:dbname=test
3username = testuser
4password = testpass
5attributes =
6active = 1
7use_for_testing =
8
9[Pg.2]
10dsn = dbi:Pg:dbname=prod
11username = produser
12password = prodpass
13attributes = {AutoCommit => 1, PrintError => 1, RaiseError => 1}
14active = 1
15use_for_testing = 1
16
17[SQLite.1]
18dsn = dbi:SQLite:dbname=/tmp/dsn.test.sqlite
19username =
20password =
21attributes =
22active = 1
23use_for_testing = 1
24
25