diff options
Diffstat (limited to 'ext/soap/interop/config.php.dist')
-rw-r--r-- | ext/soap/interop/config.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/soap/interop/config.php.dist b/ext/soap/interop/config.php.dist new file mode 100644 index 0000000..afdeaf9 --- /dev/null +++ b/ext/soap/interop/config.php.dist @@ -0,0 +1,5 @@ +<?php +// configuration items +$interopConfig['DSN'] = 'mysql://root@localhost/soapinterop'; +$interopConfig['baseURL'] = 'http://localhost/soap/interop'; +?>
\ No newline at end of file |