php-src/ext/soap/interop/config.php.dist

4 lines
93 B
Plaintext

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