File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default {
40
40
server : {
41
41
env : 'development' ,
42
42
listenInterface : process . env . RI_HOSTNAME ?? '0.0.0.0' ,
43
- port : 5001 ,
43
+ port : 5000 ,
44
44
docPrefix : 'api/docs' ,
45
45
globalPrefix : 'api' ,
46
46
customPluginsUri : '/plugins' ,
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ export default {
20
20
caCertificates : join ( homedir , 'ca_certificates' ) ,
21
21
clientCertificates : join ( homedir , 'client_certificates' ) ,
22
22
} ,
23
- sockets : {
24
- cors : true ,
25
- } ,
26
23
server : {
27
24
env : 'staging' ,
28
25
} ,
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ const bootstrap = async () => {
142
142
143
143
const upgradeUrl = process . env . MANUAL_UPGRADES_LINK || process . env . UPGRADES_LINK ;
144
144
145
- // new AppUpdater(upgradeUrl);
146
145
if ( upgradeUrl && ! process . mas ) {
147
146
new AppUpdater ( upgradeUrl ) ;
148
147
}
You can’t perform that action at this time.
0 commit comments