Add support for self generated PCBIDs on arcade management page as well as a setting to control it.

This commit is contained in:
Jennifer Taylor
2021-08-29 01:47:45 +00:00
parent 94fec0dec1
commit 6ebc8de311
11 changed files with 475 additions and 55 deletions
+4
View File
@@ -29,6 +29,10 @@ server:
redirect: "https://eagate.573.jp"
# Whether PCBIDs must be added to the network before games will work.
enforce_pcbid: False
# How many PCBIDs an arcade owner can grant to themselves on the arcade
# page. Note that this setting is irrelevant if PCBID enforcing is off.
# Set to 0 or delete this setting to disable self-granting PCBIDs.
pcbid_self_grant_limit: 0
# Webhook URLs. These allow for game scores from games with scorecard support to be broadcasted to outside services.
# Delete this to disable this support.