|
@@ -78,10 +78,10 @@ func init() {
|
|
|
if RunMode == "release" {
|
|
|
logDir := `/data/rdlucklog/hongze_open_api`
|
|
|
ApiLog = log.Init("20060102.api", logDir)
|
|
|
- ResearchReportUrl = "127.0.0.1:8608/api/"
|
|
|
+ ResearchReportUrl = "http://8.136.199.33:8608/api/"
|
|
|
} else {
|
|
|
ApiLog = log.Init("20060102.api")
|
|
|
- ResearchReportUrl = "http://127.0.0.1:8608/api/"
|
|
|
+ ResearchReportUrl = "http://8.136.199.33:8608/api/"
|
|
|
}
|
|
|
}
|
|
|
|