mirror of https://github.com/hykilpikonna/AquaDX
[U] Update default config
parent
04e11b0fea
commit
98d63b880b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue