diff --git a/README.md b/README.md index 4dad937..bf4f5a4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.json b/config.json index 331a931..fa95be9 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,13 @@ "address": "0.0.0.0", "port": 80, "https": false + }, + { + "address": "0.0.0.0", + "port": 443, + "https": true, + "cert": "", + "key": "" } ] }