[+] Add option to disable the legacy aquaviewer api

This commit is contained in:
Clansty
2024-08-01 09:38:36 +08:00
parent a71c2bd8ec
commit fde952fcd9
14 changed files with 35 additions and 4 deletions

View File

@@ -33,7 +33,12 @@ server.port=80
## Static file server
## This is used to server static files in /web/ directory, which is Aquaviewer
aquaviewer.server.enable=true
aquaviewer.server.enable=false
## APIs for the legacy AquaViewer
## This enables the legacy Aquaviewer API (/api/game/xxx, /api/sega/xxx). This is disabled by default.
## It is recommended to use the new AquaNet API (/api/v2/xxx) instead.
aquaviewer.api.enable=false
## Chunithm
## This enables team function if you set team name here. Leave this blank to disable it.