We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34da6e6 commit fec86efCopy full SHA for fec86ef
2 files changed
conf/app.conf
@@ -9,7 +9,8 @@ dbName = casibase
9
redisEndpoint =
10
isDemoMode = false
11
landingFolder = casibase-landing
12
-casdoorEndpoint = http://localhost:8000
+casdoorEndpoint = https://door.casdoor.com
13
+; casdoorEndpoint = http://localhost:8000
14
clientId = af6b5aa958822fb9dc33
15
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
16
casdoorOrganization = "casbin"
web/src/Conf.js
@@ -13,8 +13,8 @@
// limitations under the License.
export const AuthConfig = {
- // serverUrl: "https://door.casdoor.com",
17
- serverUrl: "http://localhost:7001",
+ serverUrl: "https://door.casdoor.com",
+ // serverUrl: "http://localhost:7001",
18
clientId: "af6b5aa958822fb9dc33",
19
appName: "app-casibase",
20
organizationName: "casbin",
0 commit comments