There is a problem if "dataIdCourseThreshold": 11223344, and "dataIdMakerThreshold": 11223344, is used as a default value, since it makes valid codes invalid.
For example this maker code becomes invalid: LQ2-H34-BMF.
This is why this PR changes these example values to null.
Also removed oauth from the beginning of the password field to make it an invalid example value.
Changes the
settings.example.json
file to contain useful default values. Mostly similar to the default values of thesettings.js
file (see https://github.com/ToransuShoujo/quesoqueue_plus/blob/76d2af075ea945671c15e4d9eecf80abc191936b/settings.js).There is a problem if
"dataIdCourseThreshold": 11223344,
and"dataIdMakerThreshold": 11223344,
is used as a default value, since it makes valid codes invalid. For example this maker code becomes invalid:LQ2-H34-BMF
. This is why this PR changes these example values tonull
.Also removed
oauth
from the beginning of thepassword
field to make it an invalid example value.