6 lines
186 B
PHP
6 lines
186 B
PHP
<?php
|
|
$config->webapp->url = 'http://www.zentao.com';
|
|
$config->webapp->apiRoot = $config->webapp->url . '/webapp-';
|
|
|
|
$config->webapp->create->requiredFields = 'name,url,target';
|