File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ RUN npm prune && npm install
11
11
12
12
CMD ["node" , "./bin/www" ]
13
13
14
- EXPOSE 3000
14
+ EXPOSE 8080
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var gitlabRoute = require('./routes/gitlab');
33
33
gitlabRoute . init ( gitlabLdapGroupSync ) ;
34
34
35
35
var app = express ( ) ;
36
- app . set ( 'port' , config . port || process . env . PORT || 3000 ) ;
36
+ app . set ( 'port' , config . port || process . env . PORT || 8080 ) ;
37
37
38
38
app . use ( logger ( 'dev' ) ) ;
39
39
Original file line number Diff line number Diff line change 1
1
{
2
- "port" : 3000 ,
2
+ "port" : 8080 ,
3
3
"syncInterval" : " 10m" ,
4
4
"gitlab" : {
5
5
"api" : " https://repo.mwaysolutions.com/api/v4" ,
Original file line number Diff line number Diff line change 5
5
"type" : " integer" ,
6
6
"minimum" : 1 ,
7
7
"maximum" : 65535 ,
8
- "default" : 3000
8
+ "default" : 8080
9
9
},
10
10
"syncInterval" : {
11
11
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments