faruzanCN commented on issue #715: URL: https://github.com/apache/incubator-seata-samples/issues/715#issuecomment-3170543412
这是seata-servernamingv2.5.0的yml: server: port: 7091 spring: application: name: seata-namingserver logging: config: classpath:logback-spring.xml file: path: ${log.home:${user.home}/logs/seata} console: ## 2.4开始控制台从Seata-server迁移至Namingserver,故此配置为控制台相关配置 user: username: seataAdm ## 控制台界面,和open-api鉴权所需账号,强烈建议修改不要采用默认值 password: seata@0809#5 ## 控制台界面,和open-api鉴权所需密码,强烈建议修改不要采用默认值 heartbeat: threshold: 90000 period: 60000 seata: security: secretKey: SeataSecretKey0c382ef121d778043159209298fd40bf3850a017 tokenValidityInMilliseconds: 1800000 csrf-ignore-urls: /naming/v1/**,/api/v1/naming/** ignore: urls: /,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.jpeg,/**/*.ico,/api/v1/auth/login,/version.json,/naming/v1/health,/error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For additional commands, e-mail: dev-h...@seata.apache.org