mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-22 01:54:12 -05:00
40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<Config>
|
|
<!-- The address the GameSpy services will bind to -->
|
|
<gsAddress>127.0.0.1</gsAddress>
|
|
|
|
<!-- The address the NAS HTTP server will bind to -->
|
|
<nasAddress>127.0.0.1</nasAddress>
|
|
<nasPort>80</nasPort>
|
|
|
|
<!-- The address the NAS HTTPS proxy server will bind to -->
|
|
<nasAddressHttps>127.0.0.1</nasAddressHttps>
|
|
<nasPortHttps>443</nasPortHttps>
|
|
<enableHttps>false</enableHttps>
|
|
<enableHttpsExploit>false</enableHttpsExploit>
|
|
|
|
<!-- Path to the certificate and key used for modern web browser requests -->
|
|
<certPath>fullchain.pem</certPath>
|
|
<keyPath>privkey.pem</keyPath>
|
|
|
|
<!-- Path to the certificate and key used for the Wii DNS exploit -->
|
|
<certDerPathWii>naswii-cert.der</certDerPathWii>
|
|
<keyPathWii>naswii-key.pem</keyPathWii>
|
|
|
|
<!-- Allow default Dolphin device keys to be used -->
|
|
<allowDefaultDolphinKeys>true</allowDefaultDolphinKeys>
|
|
|
|
<!-- Database Credentials -->
|
|
<username>username</username>
|
|
<password>password</password>
|
|
|
|
<!-- Database information-->
|
|
<databaseAddress>127.0.0.1</databaseAddress>
|
|
<databaseName>wwfc</databaseName>
|
|
|
|
<!-- Log verbosity -->
|
|
<logLevel>4</logLevel>
|
|
|
|
<!-- API secret -->
|
|
<apiSecret>hQ3f57b3tW2WnjJH3v</apiSecret>
|
|
</Config>
|