Skip to content

Commit fec86ef

Browse files
committed
Use Casdoor demo site setting
1 parent 34da6e6 commit fec86ef

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

conf/app.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dbName = casibase
99
redisEndpoint =
1010
isDemoMode = false
1111
landingFolder = casibase-landing
12-
casdoorEndpoint = http://localhost:8000
12+
casdoorEndpoint = https://door.casdoor.com
13+
; casdoorEndpoint = http://localhost:8000
1314
clientId = af6b5aa958822fb9dc33
1415
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
1516
casdoorOrganization = "casbin"

web/src/Conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414

1515
export const AuthConfig = {
16-
// serverUrl: "https://door.casdoor.com",
17-
serverUrl: "http://localhost:7001",
16+
serverUrl: "https://door.casdoor.com",
17+
// serverUrl: "http://localhost:7001",
1818
clientId: "af6b5aa958822fb9dc33",
1919
appName: "app-casibase",
2020
organizationName: "casbin",

0 commit comments

Comments
 (0)