php-src/ext/soap/interop/config.php.dist
2004-02-11 16:13:15 +00:00

5 lines
154 B
Plaintext

<?php
// configuration items
$interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
$interopConfig['baseURL'] = 'http://localhost/soap/interop';
?>