Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for customConfigFile (0.14 sec)

  1. pkg/bootstrap/instance.go

    func GetEffectiveTemplatePath(pc *model.NodeMetaProxyConfig) string {
    	var templateFilePath string
    	switch {
    	case pc.CustomConfigFile != "":
    		templateFilePath = pc.CustomConfigFile
    	case pc.ProxyBootstrapTemplatePath != "":
    		templateFilePath = pc.ProxyBootstrapTemplatePath
    	default:
    		templateFilePath = DefaultCfgDir
    	}
    	override := overrideVar.Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top