# mirai-api-http(QQ)
Enable the
httpandwebhookEnable the
enableVerifyand enter yourVerifyKeySet the webhook address as
http://<IP/URL>:<Port>/<Robot Key>
Example:
http://127.0.0.1:8000/32eeAme5lwEG0KL
setting.yml template
The template is for reference only
adapters:
- http
- webhook
enableVerify: true
verifyKey: 5eadce46qw58
debug: false
singleMode: false
cacheSize: 4096
adapterSettings:
http:
host: 0.0.0.0
port: 8888
cors: [*]
webhook:
destinations:
- 'http://127.0.0.1:8000/'