[billing] Add billing server

This commit is contained in:
Dom Eori
2022-03-12 22:53:09 +09:00
parent aceddac65b
commit f8f92ff59e
12 changed files with 339 additions and 3 deletions

View File

@@ -4,9 +4,13 @@
aimedb.server.enable=true
aimedb.server.port=22345
## Billing server setting
billing.server.enable=true
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 DIVA won't work with localhost or 127.0.0.1
## Please notice most games won't work with localhost or 127.0.0.1
#allnet.server.host=localhost
#allnet.server.port=80