Skip to content

General Configuration

General configuration defines default settings for all protocols, which can be overridden at the account level.

Configuration Structure

yaml
general:
  onebot.v11:
    use_http: true
    use_ws: true
    access_token: ''
    heartbeat_interval: 5000
  onebot.v12:
    use_http: true
    use_ws: true
    access_token: ''
    heartbeat_interval: 5000
  satori.v1:
    use_http: true
    use_ws: true
    token: ''
  milky.v1:
    use_http: true
    use_ws: true
    token: ''

Protocol Configurations