Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
c2265114
Commit
c2265114
authored
Jun 01, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
704469fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
xgg-deliver/app/base/system.js
+3
-3
xgg-deliver/app/config/localsettings.js
+6
-0
No files found.
xgg-deliver/app/base/system.js
View file @
c2265114
...
@@ -185,11 +185,11 @@ class System {
...
@@ -185,11 +185,11 @@ class System {
var
domain2
=
"http://39.107.234.14"
;
var
domain2
=
"http://39.107.234.14"
;
return
{
return
{
// 公共服务
// 公共服务
common
:
domain
2
+
":3102"
+
path
,
common
:
domain
+
":3102"
+
path
,
// common: "http://127.0.0.1:3102" + path,
// common: "http://127.0.0.1:3102" + path,
// 商户服务
// 商户服务
merchant
:
domain
2
+
":3101"
+
path
,
merchant
:
domain
+
":3101"
+
path
,
// merchant: "http://127.0.0.1:3101" + path,
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
// 订单服务
...
@@ -200,7 +200,7 @@ class System {
...
@@ -200,7 +200,7 @@ class System {
invoice
:
domain2
+
":3105"
+
path
,
invoice
:
domain2
+
":3105"
+
path
,
// 发票服务
// 发票服务
uc
:
domain
2
+
":3106"
+
path
,
uc
:
domain
+
":3106"
+
path
,
// uc: "http://127.0.0.1:3106" + path,
// uc: "http://127.0.0.1:3106" + path,
}
}
}
else
{
}
else
{
...
...
xgg-deliver/app/config/localsettings.js
View file @
c2265114
...
@@ -5,6 +5,12 @@ var settings={
...
@@ -5,6 +5,12 @@ var settings={
password
:
"Gongsibao2018"
,
password
:
"Gongsibao2018"
,
db
:
10
,
db
:
10
,
},
},
// redis:{
// host: "127.0.0.1",
// port: 6379,
// password: "",
// db:10,
// },
database
:{
database
:{
dbname
:
"xgg"
,
dbname
:
"xgg"
,
user
:
"write"
,
user
:
"write"
,
...
...
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