mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
rest-api: Disable by default, betterise CHANGELOG
This commit is contained in:
parent
4a22311156
commit
527841c673
@ -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…
Reference in New Issue
Block a user