Update database configuration instructions
Make sure to include both SQLite and MySQL configuration options.
This commit is contained in:
parent
e7e752f1e8
commit
d789c8e1b0
13
site.cfg
13
site.cfg
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user