config.toml 305 B

123456789101112131415161718192021
  1. [server]
  2. # 文件改动时自动重新运行
  3. runOnSave = true
  4. # 文件监控器类型 (auto, poll, watchdog, none)
  5. fileWatcherType = "auto"
  6. # 端口号
  7. port = 8501
  8. # 主题设置
  9. [theme]
  10. base = "light"
  11. [browser]
  12. # 自动打开浏览器
  13. gatherUsageStats = false
  14. [logger]
  15. # 日志级别
  16. level = "info"