mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Update demo site URL.
This commit is contained in:
parent
3aab6c8687
commit
9024010081
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
## Online demo
|
## Online demo
|
||||||
|
|
||||||
Deployed site: https://door.casbin.com/
|
Deployed site: https://door.casdoor.com/
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
Run your own casdoor program in a few minutes.
|
Run your own casdoor program in a few minutes.
|
||||||
|
@ -53,7 +53,7 @@ func getUploadFileUrl(provider *Provider, fullFilePath string, hasTimestamp bool
|
|||||||
host = fmt.Sprintf("https://%s", host)
|
host = fmt.Sprintf("https://%s", host)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// provider.Domain = "http://localhost:8000" or "https://door.casbin.com"
|
// provider.Domain = "http://localhost:8000" or "https://door.casdoor.com"
|
||||||
host = util.UrlJoin(provider.Domain, "/files")
|
host = util.UrlJoin(provider.Domain, "/files")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ class OrganizationListPage extends BaseListPage {
|
|||||||
name: `organization_${randomName}`,
|
name: `organization_${randomName}`,
|
||||||
createdTime: moment().format(),
|
createdTime: moment().format(),
|
||||||
displayName: `New Organization - ${randomName}`,
|
displayName: `New Organization - ${randomName}`,
|
||||||
websiteUrl: "https://door.casbin.com",
|
websiteUrl: "https://door.casdoor.com",
|
||||||
favicon: "https://cdn.casbin.com/static/favicon.ico",
|
favicon: "https://cdn.casbin.com/static/favicon.ico",
|
||||||
passwordType: "plain",
|
passwordType: "plain",
|
||||||
PasswordSalt: "",
|
PasswordSalt: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user