mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
rest-api: Disable by default, betterise CHANGELOG
This commit is contained in:
parent
4a22311156
commit
527841c673
2 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@ New release of Oragono!
|
|||
### Security
|
||||
|
||||
### Added
|
||||
* Added ability to ban IP addresses and networks from the server with `DLINE`.
|
||||
* Added REST API for use with web interface to manage accounts, DLINEs, etc.
|
||||
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
|
||||
* Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
|
||||
|
||||
### Changed
|
||||
* Database upgraded to make handling accounts simpler.
|
||||
|
|
|
|||
|
|
@ -27,10 +27,10 @@ server:
|
|||
key: tls.key
|
||||
cert: tls.crt
|
||||
|
||||
# rest API, for use with web interface
|
||||
# rest management API, for use with web interface
|
||||
rest-api:
|
||||
# whether the API is enabled or not
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# rest API listening port
|
||||
listen: "localhost:8090"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue