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
|
||||
|
||||
Deployed site: https://door.casbin.com/
|
||||
Deployed site: https://door.casdoor.com/
|
||||
|
||||
## Quick Start
|
||||
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)
|
||||
}
|
||||
} 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")
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ class OrganizationListPage extends BaseListPage {
|
||||
name: `organization_${randomName}`,
|
||||
createdTime: moment().format(),
|
||||
displayName: `New Organization - ${randomName}`,
|
||||
websiteUrl: "https://door.casbin.com",
|
||||
websiteUrl: "https://door.casdoor.com",
|
||||
favicon: "https://cdn.casbin.com/static/favicon.ico",
|
||||
passwordType: "plain",
|
||||
PasswordSalt: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user