mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
16 lines
489 B
XML
16 lines
489 B
XML
<Config>
|
|
<!-- Web information -->
|
|
<Address>127.0.0.1:8080</Address>
|
|
<!-- Used to configure various relative URLs.
|
|
For example, given a Base URL of example.com,
|
|
ias.example.com, ecs.example.com, etc. will be
|
|
returned as a part of configuration. -->
|
|
<BaseURL>example.com</BaseURL>
|
|
|
|
<!-- Database configuration -->
|
|
<SQLAddress>127.0.0.1:5432</SQLAddress>
|
|
<SQLUser>username</SQLUser>
|
|
<SQLPass>password</SQLPass>
|
|
<SQLDB>wiisoap</SQLDB>
|
|
</Config>
|