All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uvoir.Pouvoir.1.6.7-beta-2.source-code.config.yml Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
#数据库配置
database:
  type: sqlite
  # sqlite的path
  path: plugins/Pouvoir/database.db
  enable: false
  host: localhost
  port: 3306
  user: root
  password: root
  database: root
  table: my_database
  #每10分钟同步一次 (tick)
  user-container-sync-time: 12000
options:
  #调试模式
  debug: false
  #  Asahi-调试模式
  #  debug-asahi: false
  # 会影响所有附属
  number-format: "#.##"
  operation:
    string-append-separator: ", "




© 2015 - 2024 Weber Informatics LLC | Privacy Policy