config.php.dist 154 B

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