Fix database instructions in configuration file

Add back instructions for SQLite
This commit is contained in:
Roan Horning 2023-03-03 22:40:53 -05:00
parent b4e4187902
commit a33fa197df
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -2,10 +2,16 @@
# 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 settings for SQLite
driver: dbi:mysql:database=hpr_hpr:hostname=localhost #database: sqlite
user: hpr-generator #driver: dbi:SQLite:hpr.db
password: zBozqN-Z2zNAz #user: (not used - leave blank)
#password: (not used - leave blank)
# Configuration settings for MySQL
#database: mysql
#driver: dbi:mysql:database=hpr_hpr:hostname=localhost
#user: hpr-generator (Suggested user with read-only privileges)
#password: ********* (Password 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