mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-22 22:57:56 +03:00
Add support for self generated PCBIDs on arcade management page as well as a setting to control it.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user