forked from rho_n/hpr_generator
Add config entry for php_baseurl
This commit is contained in:
parent
db5774f642
commit
52c5d02dbc
7
site.cfg
7
site.cfg
@ -3,8 +3,8 @@
|
||||
# dbi:<driver name [SQLite, CSV, ADO, mSQL, etc.]>:<database name>
|
||||
[DBI]
|
||||
# Configuration settings for SQLite
|
||||
#database: sqlite
|
||||
#driver: dbi:SQLite:hpr.db
|
||||
database: sqlite
|
||||
driver: dbi:SQLite:hpr.db
|
||||
#user: (not used - leave blank)
|
||||
#password: (not used - leave blank)
|
||||
# Configuration settings for MySQL
|
||||
@ -25,7 +25,8 @@ output_path: ./public_html
|
||||
[root_template]
|
||||
content: page.tpl.html
|
||||
#baseurl: OPTIONAL [i.e. file://<full path to local website directory>]
|
||||
baseurl: file:///home/roan/Development/hpr/website/hpr_generator/public_html/
|
||||
#baseurl: http://www.hackerpublicradio.com/
|
||||
php_baseurl: http://php.hackerpublicradio.com/
|
||||
media_baseurl: https://archive.org/download/hpr$eps_id/
|
||||
|
||||
# Configure the navigation menu and the content templates for each page
|
||||
|
Loading…
Reference in New Issue
Block a user