Compare commits
No commits in common. "f0b0b5ea593189a3e32bee064e004dc8e2955aca" and "b4e41879024d75ba2a3ea5bd96583196016ca3bb" have entirely different histories.
f0b0b5ea59
...
b4e4187902
14
site.cfg
14
site.cfg
@ -2,16 +2,10 @@
|
|||||||
# 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]
|
||||||
# Configuration settings for SQLite
|
database: mysql
|
||||||
#database: sqlite
|
driver: dbi:mysql:database=hpr_hpr:hostname=localhost
|
||||||
#driver: dbi:SQLite:hpr.db
|
user: hpr-generator
|
||||||
#user: (not used - leave blank)
|
password: zBozqN-Z2zNAz
|
||||||
#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
|
||||||
|
Reference in New Issue
Block a user