From 20ba71010028aa0040581c86dd8e1ec2b99f9400 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 19 May 2021 13:40:53 -0700 Subject: [PATCH 1/2] Update config.json --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": "" } ] } From d2e74da031b2613ee90f5262cf3a9d5316193382 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 19 May 2021 13:43:27 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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