8 lines
262 B
PHP
8 lines
262 B
PHP
<?php
|
|
$config->webapp = new stdClass();
|
|
$config->webapp->url = 'http://www.zentao.com';
|
|
$config->webapp->apiRoot = $config->webapp->url . '/webapp-';
|
|
|
|
$config->webapp->create = new stdClass();
|
|
$config->webapp->create->requiredFields = 'name,url,target';
|