修改配置文件目录

This commit is contained in:
junleea 2025-03-20 13:25:39 +08:00
parent c1ee180e84
commit 9fb52655a9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func init() {
os.MkdirAll(proto.CID_BASE_DIR+"workspace", os.ModePerm)
//读取配置文件
//文件地址/home/saw-ai/saw-ai.conf
configPath := "/home/saw-ai/saw-ai.conf"
configPath := "/home/saw/saw-ai-go/saw-ai.conf"
//读取配置文件
err := proto.ReadConfig(configPath)
if err != nil {