Add config entry for php_baseurl

This commit is contained in:
Ken Fallon 2023-05-30 09:10:27 +02:00
parent db5774f642
commit 52c5d02dbc

View File

@ -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