forked from rho_n/hpr_generator
Added php_baseurl
This commit is contained in:
parent
52c5d02dbc
commit
69055d6e9c
6
site.cfg
6
site.cfg
@ -3,8 +3,8 @@
|
|||||||
# 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
|
# Configuration settings for SQLite
|
||||||
database: sqlite
|
#database: sqlite
|
||||||
driver: dbi:SQLite:hpr.db
|
#driver: dbi:SQLite:hpr.db
|
||||||
#user: (not used - leave blank)
|
#user: (not used - leave blank)
|
||||||
#password: (not used - leave blank)
|
#password: (not used - leave blank)
|
||||||
# Configuration settings for MySQL
|
# Configuration settings for MySQL
|
||||||
@ -25,7 +25,7 @@ output_path: ./public_html
|
|||||||
[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: http://www.hackerpublicradio.com/
|
baseurl: file:///home/roan/Development/hpr/website/hpr_generator/public_html/
|
||||||
php_baseurl: http://php.hackerpublicradio.com/
|
php_baseurl: http://php.hackerpublicradio.com/
|
||||||
media_baseurl: https://archive.org/download/hpr$eps_id/
|
media_baseurl: https://archive.org/download/hpr$eps_id/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user