Update example config

This commit is contained in:
ppeb 2025-03-20 00:05:56 -05:00
parent 08b6ef218e
commit 3670ab8525
No known key found for this signature in database
GPG Key ID: CC147AD1B3D318D0

View File

@ -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>