Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
config_repository
Commits
056f94a3
Commit
056f94a3
authored
Jan 09, 2018
by
wentao.suo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file: nodejs/activity-op.js
parent
2dbbee36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
activity-op.js
nodejs/activity-op.js
+33
-0
No files found.
nodejs/activity-op.js
0 → 100644
View file @
056f94a3
module
.
exports
=
{
port
:
'
7041
'
,
// mongodb
db
:
'
activity
'
,
dbIp
:
'
192.168.4.50
'
,
dbPort
:
'
27017
'
,
dbUser
:
''
,
dbPass
:
''
,
// qiniu
domain
:
'
http://activity-op.xyqb.com
'
,
ACCESS_KEY
:
'
QyjX3i2tEMvrv50j6M_wpb9YoFJbxSm3jEkOj9lY
'
,
SECRET_KEY
:
'
uoMTzRLoElTAKXVzelGgTvI652zJ8bCz_qqTtoGl
'
,
BUCKET
:
'
activity-test
'
,
// log4js
log4js
:
{
appenders
:
[
{
type
:
'
console
'
},
//控制台输出
{
type
:
'
dateFile
'
,
//文件输出
filename
:
'
/home/quant_group/logs/activity-op.log
'
,
pattern
:
'
.yyyy-MM-dd
'
,
layout
:
{
type
:
'
basic
'
}
}
]
},
// API
APP_API
:
'
http://sappbackend.xyqb.com
'
,
XYQB_API
:
'
http://api.xyqb.com
'
,
REDPACKET_API
:
'
http://redpacket.xyqb.com
'
,
MEMBER_API
:
'
http://member.xyqb.com
'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment