mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 15:48:26 +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 defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt"
|
||||
const defaultRootCert = "/harbor_storage/ca_download/ca.crt"
|
||||
|
||||
//SystemInfo models for system info.
|
||||
type SystemInfo struct {
|
||||
|
@ -34,7 +34,7 @@ const (
|
||||
viewPath = "sections"
|
||||
prefixNg = ""
|
||||
defaultLang = "en-US"
|
||||
defaultRootCert = "/harbor_storage/ca-download-dir/ca.crt"
|
||||
defaultRootCert = "/harbor_storage/ca_download/ca.crt"
|
||||
)
|
||||
|
||||
var supportLanguages map[string]langType
|
||||
|
Loading…
Reference in New Issue
Block a user