|
@@ -354,6 +354,9 @@ ZwIDAQAB
|
|
|
ETA_FORUM_HUB_MD5_KEY = config["eta_forum_hub_md5_key"]
|
|
|
}
|
|
|
}
|
|
|
+ if config["hongze_open_api_host"] != "" {
|
|
|
+ HongzeOpenApiHost = config["hongze_open_api_host"]
|
|
|
+ }
|
|
|
tmpLibreOfficePath, err := web.AppConfig.String("libreOfficePath")
|
|
|
if err != nil {
|
|
|
panic(any("配置文件读取libreOfficePath错误 " + err.Error()))
|