/* 修改端口号  */
cluster:{
  listen: {
    path: '',
    port: 8080,
    hostname: '0.0.0.0',
  }
},
/* 关闭 csrf 攻击*/
security:{
  csrf:{
    enable:false
  }
}
posted on 2022-03-25 17:46  文种玉  阅读(129)  评论(0编辑  收藏  举报