zhj987 commented on issue #7707:
URL: 
https://github.com/apache/incubator-seata/issues/7707#issuecomment-3420763349

   server:
     port: 8081
   
   spring:
     application:
       name: seata-namingserver
   logging:
     config: classpath:logback-spring.xml
     file:
       path: ****/seata-2.5.0/logs
   console: 
     user:
       username: seata 
       password: seata 
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to