Use Casdoor demo site setting

This commit is contained in:
Yang Luo 2023-09-15 13:54:34 +08:00
parent 34da6e6dee
commit fec86ef23d
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@ dbName = casibase
redisEndpoint =
isDemoMode = false
landingFolder = casibase-landing
casdoorEndpoint = http://localhost:8000
casdoorEndpoint = https://door.casdoor.com
; casdoorEndpoint = http://localhost:8000
clientId = af6b5aa958822fb9dc33
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
casdoorOrganization = "casbin"

View File

@ -13,8 +13,8 @@
// limitations under the License.
export const AuthConfig = {
// serverUrl: "https://door.casdoor.com",
serverUrl: "http://localhost:7001",
serverUrl: "https://door.casdoor.com",
// serverUrl: "http://localhost:7001",
clientId: "af6b5aa958822fb9dc33",
appName: "app-casibase",
organizationName: "casbin",