mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-03 20:57:33 +09:00
Make port configurable (#130)
This commit is contained in:
parent
f45c802a7f
commit
58b6252442
@ -23,4 +23,4 @@ app.use(async ctx => {
|
||||
|
||||
const server = http.createServer(app.callback());
|
||||
|
||||
server.listen(80);
|
||||
server.listen(process.env.PORT || 80);
|
||||
|
Loading…
x
Reference in New Issue
Block a user