Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
kouling-admin
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘松
kouling-admin
Commits
cabc6d71
Commit
cabc6d71
authored
Nov 29, 2017
by
刘松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mongo bug fix & readme publish
parent
e53cfe0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
Dockerfile
Dockerfile
+2
-2
README.md
README.md
+15
-2
config_current.js
config/config_current.js
+2
-1
No files found.
Dockerfile
View file @
cabc6d71
...
@@ -16,4 +16,4 @@ COPY . /usr/src/app
...
@@ -16,4 +16,4 @@ COPY . /usr/src/app
EXPOSE
9401
EXPOSE
9401
CMD
node app.js
CMD
npm run start
\ No newline at end of file
\ No newline at end of file
README.md
View file @
cabc6d71
...
@@ -10,5 +10,18 @@
...
@@ -10,5 +10,18 @@
项目启动
项目启动
build npm run build
build npm run build
prod / npm run start
prod / npm run start
dev /node app
\ No newline at end of file
dev /node app
docker镜像
reg.yunpro.cn/wifi/prod-kouling-admin
访问地址
http://kouling-admin.v2.yoo.yunpro.cn/
admin账户
admin abc123(也是所有账户初始密码)
\ No newline at end of file
config/config_current.js
View file @
cabc6d71
module
.
exports
=
{
module
.
exports
=
{
host
:
'0.0.0.0'
,
host
:
'0.0.0.0'
,
port
:
process
.
env
.
PORT
?
process
.
env
.
PORT
:
9401
,
port
:
process
.
env
.
PORT
?
process
.
env
.
PORT
:
9401
,
mongo
:
'mongodb://user:password@mongo-gp-content-distribution-1.localhost:1302,mongo-gp-content-distribution-2.localhost:1302,mongo-gp-content-distribution-3.localhost:1302/
distribution
?replicaSet=gp-content-aiweibang'
mongo
:
'mongodb://user:password@mongo-gp-content-distribution-1.localhost:1302,mongo-gp-content-distribution-2.localhost:1302,mongo-gp-content-distribution-3.localhost:1302/
taoarticle
?replicaSet=gp-content-aiweibang'
};
};
\ No newline at end of file
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