TeslaCN commented on code in PR #151: URL: https://github.com/apache/shardingsphere-elasticjob-ui/pull/151#discussion_r882275818
########## shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/src/main/resources/application.properties: ########## @@ -28,3 +28,39 @@ spring.datasource.default.url=jdbc:h2:mem: spring.datasource.default.username=sa spring.datasource.default.password= spring.jpa.show-sql=false + +casdoor.endpoint=http://82.156.216.21:8000 Review Comment: Could we replace these with some fake values such as `127.0.0.1`? It's better not to put something like real IP or secrets in projects. -- 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]
