pluginiPlugin

主配置

config.yml
database:
  # 是否启用 MySQL 数据库,否则使用 SQLite
  enable: false
  # MySQL 配置
  host: localhost
  port: 3306
  user: root
  password: password
  database: database
  table: irus

On this page

No Headings