mirror of
https://github.com/BlazingGames/blazing-games-plugin.git
synced 2025-02-03 21:26:41 -05:00
update config.testing.yml for new features
This commit is contained in:
parent
3875b33a89
commit
485d32688b
1 changed files with 15 additions and 10 deletions
|
@ -10,18 +10,23 @@ logging:
|
|||
notify-ops-on-error: false
|
||||
|
||||
computing:
|
||||
local:
|
||||
disable-computers: false
|
||||
privileges:
|
||||
chunkloading: true
|
||||
net: true
|
||||
disable-computers: false
|
||||
privileges:
|
||||
chunkloading: true
|
||||
net: true
|
||||
|
||||
resource-packs:
|
||||
enabled: true
|
||||
|
||||
authorization:
|
||||
microsoft:
|
||||
spoof-ms-server: true
|
||||
jwt:
|
||||
secret-key: randomize-on-server-start
|
||||
secret-key-is-password: false
|
||||
services:
|
||||
blazing-api:
|
||||
enabled: true
|
||||
blazing-wss:
|
||||
enabled: true
|
||||
|
||||
services:
|
||||
blazing-api:
|
||||
enabled: true
|
||||
blazing-wss:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue