forked from Cookies_Github_mirror/AquaDX
[+] Add option to disable the legacy aquaviewer api
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user