You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/12/11 07:36:20 UTC

[GitHub] [iotdb-web-workbench] jakiuncle commented on a diff in pull request #39: feat: add support for Casdoor authentication

jakiuncle commented on code in PR #39:
URL: https://github.com/apache/iotdb-web-workbench/pull/39#discussion_r1045186028


##########
backend/src/main/resources/application.properties:
##########
@@ -18,4 +18,40 @@
 #
 
 # Designate the configuration file
-spring.profiles.active=dev
\ No newline at end of file
+spring.profiles.active=dev
+
+casdoor.endpoint = http://localhost:7001
+casdoor.clientId = bba8e8be178cd1fb9b17
+casdoor.clientSecret = a0790543e686c5ce8bcaa6609005da14ac41a9a2
+casdoor.certificate =\

Review Comment:
   ok
   



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org