mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +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
|
### Security
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added ability to ban IP addresses and networks from the server with `DLINE`.
|
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
|
||||||
* Added REST API for use with web interface to manage accounts, DLINEs, etc.
|
* Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Database upgraded to make handling accounts simpler.
|
* Database upgraded to make handling accounts simpler.
|
||||||
|
@ -27,10 +27,10 @@ server:
|
|||||||
key: tls.key
|
key: tls.key
|
||||||
cert: tls.crt
|
cert: tls.crt
|
||||||
|
|
||||||
# rest API, for use with web interface
|
# rest management API, for use with web interface
|
||||||
rest-api:
|
rest-api:
|
||||||
# whether the API is enabled or not
|
# whether the API is enabled or not
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# rest API listening port
|
# rest API listening port
|
||||||
listen: "localhost:8090"
|
listen: "localhost:8090"
|
||||||
|
Loading…
Reference in New Issue
Block a user