nodece commented on code in PR #499:
URL: https://github.com/apache/pulsar-manager/pull/499#discussion_r1049263524
##########
README.md:
##########
@@ -325,6 +325,22 @@ casdoor.organizationName=pulsar
casdoor.applicationName=app-pulsar
```
+#### Step4. Configure front-end code
+
+You also need configure casdoor's Configuration in the Line 50 of
pulsar-manager/front-end/src/main.js
+
+```
+const config = {
+ serverUrl: "http://localhost:7001",
+ clientId: "6ba06c1e1a30929fdda7",
+ organizationName: "casbin",
+ appName: "plusar",
Review Comment:
```suggestion
appName: "app-pulsar",
```
--
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]