mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Merge branch 'main' of https://github.com/EntireTwix/CCash
This commit is contained in:
commit
50b27549fa
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
"address": "0.0.0.0",
|
||||
"port": 80,
|
||||
"https": false
|
||||
},
|
||||
{
|
||||
"address": "0.0.0.0",
|
||||
"port": 443,
|
||||
"https": true,
|
||||
"cert": "",
|
||||
"key": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue