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

4 lines
93 B
Plaintext
Raw Normal View History

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