You are right, this should be set globally. The mechanism is similar, it is named system config instead of server config:
/web/admin/form/system_config.tform.php
install/tpl/system.ini.master
$app->uses("getconf");
$system_config = $app->getconf->get_global_config($section = '')
|