xref: /PHP-5.5/ext/soap/interop/config.php.dist (revision f3ed4a27)
1<?php
2// configuration items
3$interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
4$interopConfig['baseURL'] = 'http://localhost/soap/interop';
5?>