取消公钥文件引用
This commit is contained in:
@@ -37,9 +37,6 @@ type Config struct {
|
||||
// FTP文件服务
|
||||
FTPRoot string `json:"ftp_root"`
|
||||
|
||||
// 登录认证公钥
|
||||
PublicKey string `json:"public_key"`
|
||||
|
||||
//证书配置
|
||||
CA struct {
|
||||
RootCert string `json:"root_cert"` //root CA证书存放路径
|
||||
@@ -76,7 +73,7 @@ func Init(path string) {
|
||||
if err != nil {
|
||||
pwd = "."
|
||||
}
|
||||
path = pwd + "/conf/nbi_alarm_agent.json"
|
||||
path = pwd + "/conf/nbi_alarm.json"
|
||||
fmt.Println("path", path)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user