From a33fa197df4cccbe855a015c7e3355568a3208d3 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 3 Mar 2023 22:40:53 -0500 Subject: [PATCH] Fix database instructions in configuration file Add back instructions for SQLite --- site.cfg | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/site.cfg b/site.cfg index fc132e9..cc5c037 100644 --- a/site.cfg +++ b/site.cfg @@ -2,10 +2,16 @@ # with the database. # dbi:: [DBI] -database: mysql -driver: dbi:mysql:database=hpr_hpr:hostname=localhost -user: hpr-generator -password: zBozqN-Z2zNAz +# Configuration settings for SQLite +#database: sqlite +#driver: dbi:SQLite:hpr.db +#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 # content templates used by each page. An optional baseurl property may