mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Use PORT env variable in production
This commit is contained in:
parent
49a3b92aef
commit
5bdf0a731d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 1337,
|
||||
"port": "${process.env.PORT || 1337}",
|
||||
"autoReload": {
|
||||
"enabled": false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user