mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 23:57:42 +01:00
Merge pull request #1125 from wknet123/dev-change-dir
Change cert dir path.
This commit is contained in:
commit
163e43a329
@ -19,7 +19,7 @@ type SystemInfoAPI struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const harborStoragePath = "/harbor_storage"
|
const harborStoragePath = "/harbor_storage"
|
||||||
const defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt"
|
const defaultRootCert = "/harbor_storage/ca_download/ca.crt"
|
||||||
|
|
||||||
//SystemInfo models for system info.
|
//SystemInfo models for system info.
|
||||||
type SystemInfo struct {
|
type SystemInfo struct {
|
||||||
|
@ -34,7 +34,7 @@ const (
|
|||||||
viewPath = "sections"
|
viewPath = "sections"
|
||||||
prefixNg = ""
|
prefixNg = ""
|
||||||
defaultLang = "en-US"
|
defaultLang = "en-US"
|
||||||
defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt"
|
defaultRootCert = "/harbor_storage/ca_download/ca.crt"
|
||||||
)
|
)
|
||||||
|
|
||||||
var supportLanguages map[string]langType
|
var supportLanguages map[string]langType
|
||||||
|
Loading…
Reference in New Issue
Block a user