/usr/share/doc/pbnj/examples/csv.yaml is in pbnj 2.04-4.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # YAML:1.0
# Config for connecting to a DBI database
# SQLite, mysql etc
db: CSV
# for SQLite the name of the file. For mysql the name of the database
database: data.csv
# Username for the database. For SQLite no username is needed.
user: ""
# Password for the database. For SQLite no password is needed.
passwd: ""
# Password for the database. For SQLite no host is needed.
host: ""
# Port for the database. For SQLite no port is needed.
port: ""
|