blob: 1f64e52ac90429b9d14def6af932716bad009410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Director MySQL TestDB]
type = "db"
db = "mysql"
host = "localhost"
username = "root"
charset = "utf8"
[Director PostgreSQL TestDB]
type = "db"
db = "pgsql"
host = "localhost"
password = "testing"
charset = "utf8"
|