Fix db section config file #84

Closed
rho_n wants to merge 1 commits from refs/pull/84/head into main

View File

@ -2,10 +2,15 @@
# with the database. # with the database.
# dbi:<driver name [SQLite, CSV, ADO, mSQL, etc.]>:<database name> # dbi:<driver name [SQLite, CSV, ADO, mSQL, etc.]>:<database name>
[DBI] [DBI]
database: mysql # Configuration for SQLite (uncomment following settings)
driver: dbi:mysql:database=hpr_hpr:hostname=localhost #driver: dbi:SQLite:hpr.db
user: hpr-generator #user: (unused -- leave blank)
password: zBozqN-Z2zNAz #password: (unused -- leave blank)
# Configuration for MySQL (uncomment and update following settings)
#database: mysql
#driver: dbi:mysql:database=hpr_hpr:hostname=localhost
#user: hpr-generator (suggested user with read only permissions)
#password: ********* (password created for user)
# Configure the root template page which pulls in the navigation and # Configure the root template page which pulls in the navigation and
# content templates used by each page. An optional baseurl property may # content templates used by each page. An optional baseurl property may