This commit is contained in:
EntireTwix 2021-05-19 14:20:59 -07:00
commit 50b27549fa
2 changed files with 8 additions and 1 deletions

View file

@ -84,7 +84,7 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel
- **RESTful** API for connected services like a market, gambling, or anything else you can think of
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.
- **Logging** of all transactions, configurable in (log_consts.hpp)[include/log_consts.hpp]
- **Logging** of all transactions, configurable in [log_consts.hpp](include/log_consts.hpp)
## Dependencies

View file

@ -4,6 +4,13 @@
"address": "0.0.0.0",
"port": 80,
"https": false
},
{
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "",
"key": ""
}
]
}