Use Casdoor demo site setting
This commit is contained in:
parent
34da6e6dee
commit
fec86ef23d
|
@ -9,7 +9,8 @@ dbName = casibase
|
||||||
redisEndpoint =
|
redisEndpoint =
|
||||||
isDemoMode = false
|
isDemoMode = false
|
||||||
landingFolder = casibase-landing
|
landingFolder = casibase-landing
|
||||||
casdoorEndpoint = http://localhost:8000
|
casdoorEndpoint = https://door.casdoor.com
|
||||||
|
; casdoorEndpoint = http://localhost:8000
|
||||||
clientId = af6b5aa958822fb9dc33
|
clientId = af6b5aa958822fb9dc33
|
||||||
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
|
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
|
||||||
casdoorOrganization = "casbin"
|
casdoorOrganization = "casbin"
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
export const AuthConfig = {
|
export const AuthConfig = {
|
||||||
// serverUrl: "https://door.casdoor.com",
|
serverUrl: "https://door.casdoor.com",
|
||||||
serverUrl: "http://localhost:7001",
|
// serverUrl: "http://localhost:7001",
|
||||||
clientId: "af6b5aa958822fb9dc33",
|
clientId: "af6b5aa958822fb9dc33",
|
||||||
appName: "app-casibase",
|
appName: "app-casibase",
|
||||||
organizationName: "casbin",
|
organizationName: "casbin",
|
||||||
|
|
Loading…
Reference in New Issue