Allow $SERVER_NAME$ as a placeholder for the server's name in the application root url. Useful for multiple virtual hosts or test systems using DHCP...

SVN:trunk[1438]
This commit is contained in:
Denis Flaven
2011-08-09 07:57:11 +00:00
parent aa00cd9ae7
commit d2955557bf
2 changed files with 17 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class Config
protected $m_aSettings = array(
'app_root_url' => array(
'type' => 'string',
'description' => 'Root URL used for navigating within the application, or from an email to the application',
'description' => 'Root URL used for navigating within the application, or from an email to the application (you can put $SERVER_NAME$ as a placeholder for the server\'s name)',
'default' => '',
'value' => '',
'source_of_value' => '',