From 98d63b880b4fed5ace5c97eb23c7d3748f5b3bda Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:28:30 -0500 Subject: [PATCH] [U] Update default config --- config/application.properties | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/application.properties b/config/application.properties index 6141b757..98762c4f 100644 --- a/config/application.properties +++ b/config/application.properties @@ -11,14 +11,18 @@ billing.server.port=8443 ## Server host & port return to client when boot up. ## By default the same address and port from the client connection is returned. ## Please notice most games won't work with localhost or 127.0.0.1 -#allnet.server.host=localhost -#allnet.server.port=80 +#allnet.server.host= +#allnet.server.port= ## This is for some games that use shop name for in-game functions. ## Specify the place name here if you need it. By default it is empty. -#allnet.server.place-name= +allnet.server.place-name=AquaDX ## This enables client serial validation during power on request using keychip table in database. ## Only enable this if you know what you are doing. -#allnet.server.check-keychip=false +allnet.server.check-keychip=false +## Interval between keychip session clean up checks in ms. Default is 1 day. +allnet.server.keychip-ses-clean-interval=86400000 +## Token that haven't been used for this amount of time will be removed from the database. Default is 2 days. +allnet.server.keychip-ses-expire=172800000 ## Http Server Port ## Only change this if you have a reverse proxy running. @@ -54,9 +58,6 @@ game.ongeki.version=1.05.00 game.ongeki.rival.rivals-max-count=10 ## Maimai DX -## Set this true if you are using old version of Splash network patch and have no other choice. -## This is a dirty workaround. If enabled, you probably won't able to play other versions. -game.maimai2.splash-old-patch=false ## Allow users take photo as their avatar/portrait photo. game.maimai2.userPhoto.enable=true ## Specify folder path that user portrait photo and its (.json) data save to.