forked from rho_n/hpr_generator
Update database connection information
This commit is contained in:
parent
308d03d63c
commit
be1344e10c
9
site.cfg
9
site.cfg
@ -2,9 +2,9 @@
|
|||||||
# 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]
|
||||||
driver: dbi:SQLite:hpr.db
|
driver: dbi:mysql:database=hpr_hpr:hostname=localhost
|
||||||
user:
|
user: hpr-generator
|
||||||
password:
|
password: zBozqN-Z2zNAz
|
||||||
|
|
||||||
# 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
|
||||||
@ -13,6 +13,8 @@ password:
|
|||||||
[root_template]
|
[root_template]
|
||||||
content: page.tpl.html
|
content: page.tpl.html
|
||||||
#baseurl: OPTIONAL [i.e. file://<full path to local website directory>]
|
#baseurl: OPTIONAL [i.e. file://<full path to local website directory>]
|
||||||
|
baseurl: file:///home/roan/Development/hpr/website/hpr_generator/public_html/
|
||||||
|
media_baseurl: https://archive.org/download/hpr$eps_id/
|
||||||
|
|
||||||
# Configure the navigation menu and the content templates for each page
|
# Configure the navigation menu and the content templates for each page
|
||||||
# of the site:
|
# of the site:
|
||||||
@ -137,6 +139,7 @@ navigation: navigation-get-shows.tpl.html
|
|||||||
content: content-twat_episode.tpl.html
|
content: content-twat_episode.tpl.html
|
||||||
multipage: true
|
multipage: true
|
||||||
filename: eps/twat[id]/index.html
|
filename: eps/twat[id]/index.html
|
||||||
|
media_baseurl: https://www.hackerpublicradio.org/eps/
|
||||||
|
|
||||||
[mumble-howto]
|
[mumble-howto]
|
||||||
navigation: navigation-about.tpl.html
|
navigation: navigation-about.tpl.html
|
||||||
|
Loading…
Reference in New Issue
Block a user