Fix db section config file #84

Closed
rho_n wants to merge 1 commits from refs/pull/84/head into main
Showing only changes of commit d789c8e1b0 - Show all commits

View File

@ -2,10 +2,15 @@
# with the database.
# dbi:<driver name [SQLite, CSV, ADO, mSQL, etc.]>:<database name>
[DBI]
database: mysql
driver: dbi:mysql:database=hpr_hpr:hostname=localhost
user: hpr-generator
password: zBozqN-Z2zNAz
# Configuration for SQLite (uncomment following settings)
#driver: dbi:SQLite:hpr.db
#user: (unused -- leave blank)
#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
# content templates used by each page. An optional baseurl property may