$config['site']['server'] = 'example.org'; $config['site']['path'] = 'statusnet'
The pattern for a site's API root is: protocol://server/path/api E.g:
http://example.org/statusnet/api
The path can be empty. In that case the API root would simply be:
1.5.8