Files
EasySoft-ZenTaoPMS/module/webapp/config.php
2013-07-10 00:46:59 +00:00

8 lines
262 B
PHP

<?php
$config->webapp = new stdClass();
$config->webapp->url = 'http://api.zentao.net';
$config->webapp->apiRoot = $config->webapp->url . '/webapp-';
$config->webapp->create = new stdClass();
$config->webapp->create->requiredFields = 'name,url,target';