summaryrefslogtreecommitdiff
path: root/ext/soap/interop/config.php.dist
blob: afdeaf9f6cb1e74067a5f8dc2d08d0da398a5ce4 (plain)
1
2
3
4
5
<?php
// configuration items
$interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
$interopConfig['baseURL'] = 'http://localhost/soap/interop';
?>