mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-04-24 07:27:31 -05:00
Update example config
This commit is contained in:
parent
08b6ef218e
commit
3670ab8525
|
|
@ -41,6 +41,19 @@
|
|||
<!-- Allow default Dolphin device keys to be used -->
|
||||
<allowDefaultDolphinKeys>true</allowDefaultDolphinKeys>
|
||||
|
||||
<!-- Allow multiple device IDs to access the same profile
|
||||
always: Do not verify device IDs
|
||||
SameIPAddress: Allow multiple deviceIDs only if the deviceID is registered with the most recent IP
|
||||
-->
|
||||
<allowMultipleDeviceIDs>SameIPAddress</allowMultipleDeviceIDs>
|
||||
|
||||
|
||||
<!-- Allow multiple console serial numbers to access the same profile
|
||||
always: Do not verify csnums
|
||||
SameIPAddress: Allow multiple csnums only if the csnums is registered with the most recent IP
|
||||
-->
|
||||
<allowMultipleCsnums>SameIPAddress</allowMultipleCsnums>
|
||||
|
||||
<!-- Database Credentials -->
|
||||
<username>username</username>
|
||||
<password>password</password>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user