[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

@@ -2,6 +2,9 @@
aimedb.server.enable=true
aimedb.server.address=0.0.0.0
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

Binary file not shown.

Binary file not shown.