dbauth.yml
1 2 3 4 5 6
type: "postgresql" host: "localhost" port: "5432" user: "username" pass: "abc_password" db: "zzzexample"