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
aa29af21
Commit
aa29af21
authored
Nov 18, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
580533c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
release-note.txt
+2
-0
xggpjb-admin/app/config/settings.js
+4
-4
No files found.
release-note.txt
View file @
aa29af21
...
...
@@ -40,6 +40,8 @@
15. xggpc release-v15.x.x
16. xggadmin release-v16.x.x
17. xggweb release-v17.x.x
18. xggpjb release-v18.x.x
后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
...
...
xggpjb-admin/app/config/settings.js
View file @
aa29af21
...
...
@@ -7,8 +7,8 @@ var ENVINPUT = {
REDIS_HOST
:
process
.
env
.
REDIS_HOST
,
REDIS_PORT
:
process
.
env
.
REDIS_PORT
,
REDIS_PWD
:
process
.
env
.
REDIS_PWD
,
DB_NAME
:
process
.
env
.
XGG
ADMIN
_DB_NAME
,
REDIS_DB
:
process
.
env
.
XGG
ADMIN
_REDIS_DB
,
DB_NAME
:
process
.
env
.
XGG
PJB
_DB_NAME
,
REDIS_DB
:
process
.
env
.
XGG
PJB
_REDIS_DB
,
APP_ENV
:
process
.
env
.
APP_ENV
?
process
.
env
.
APP_ENV
:
"dev"
};
var
settings
=
{
...
...
@@ -51,9 +51,9 @@ var settings = {
indexPage
:
function
()
{
if
(
this
.
env
==
"dev"
)
{
// return "http://localhost:8080";
return
"https://xgg
admin
.gongsibao.com"
;
return
"https://xgg
pjb
.gongsibao.com"
;
}
else
{
return
"https://xgg
admin
.gongsibao.com"
;
return
"https://xgg
pjb
.gongsibao.com"
;
}
},
homePage
:
function
()
{
...
...
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