mirror of
https://github.com/php/php-src.git
synced 2025-01-18 01:33:44 +08:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
<?php
|
|
// configuration items
|
|
$interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
|
|
$interopConfig['baseURL'] = 'http://localhost/soap/interop';
|
|
?> |