forked from HPR/hpr_generator
		
	Add config entry for php_baseurl
This commit is contained in:
		
							
								
								
									
										7
									
								
								site.cfg
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								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,8 @@ 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: 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/ | 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  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user