mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Update local port to 2578
This commit is contained in:
parent
cd65135feb
commit
3fac21458c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const server = new Hapi.Server({
|
|||
},
|
||||
});
|
||||
|
||||
server.connection({ port: process.env.PORT });
|
||||
server.connection({ port: 2578 });
|
||||
|
||||
const plugins = [Inert, Vision, HapiBasicAuth, HapiBoom, {
|
||||
register: HapiSwagger,
|
||||
|
|
Loading…
Reference in a new issue