Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
徐炜
8 years ago
Commit
8ff90f65a426c5434f2cc6b99c440f357ba7b687
1 parent
e6343e10
修改gf、zk域名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/common.js
config/common.js
View file @
8ff90f6
...
...
@@ -61,7 +61,7 @@ module.exports = {
udp
:
{
// send by udp
measurement
:
'yohobuy_node_log'
,
level
:
'debug'
,
// logger level
host
:
'influxdblog.yohoops.org'
,
// influxdb host
host
:
'influxdblog.
web.
yohoops.org'
,
// influxdb host
port
:
'4444'
// influxdb port
},
console
:
{
...
...
@@ -126,7 +126,7 @@ if (isProduction) {
open
:
false
,
url
:
'http://123.206.2.55/strategy'
},
zookeeperServer
:
'zookeeper.yohoops.org:2181'
zookeeperServer
:
'zookeeper.
web.
yohoops.org:2181'
});
}
else
if
(
isTest
)
{
Object
.
assign
(
module
.
exports
,
{
...
...
Please
register
or
login
to post a comment