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