Annotation of embedaddon/php/ext/soap/interop/config.php.dist, revision 1.1

1.1     ! misho       1: <?php
        !             2: // configuration items
        !             3: $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
        !             4: $interopConfig['baseURL'] = 'http://localhost/soap/interop';
        !             5: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>