port
This commit is contained in:
parent
9b790366ab
commit
24db9dab50
|
|
@ -399,7 +399,7 @@ app.delete('/:id/delete/:filename', async c => {
|
|||
})
|
||||
|
||||
export default {
|
||||
port: 3000,
|
||||
port: process.env.PORT || 3000,
|
||||
fetch: app.fetch,
|
||||
maxRequestBodySize: 1024 * 1024 * 1024, // 1GB
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user