Configuration
Runtime variables and website scripts for this project.
Environment Variables
HOSTTCP and UDP bind host. Defaults to 127.0.0.1.PORTTCP HTTP port. Defaults to 8080.UDP_PORTUDP listener port. Defaults to 9090.MAX_HEADER_BYTESMaximum allowed HTTP header bytes before the parser rejects the request.
Web Scripts
devStart the Next.js website locally with fast refresh.buildCreate a production build for deployment.startServe the production build.
Config Shape
01
{02
"server": {03
"host": "127.0.0.1",04
"port": 8080,05
"udpPort": 9090,06
"maxHeaderBytes": 1638407
},08
"owner": {09
"name": "Nishant Gaurav",10
"github": "https://github.com/codewithevilxd",11
"portfolio": "https://nishantdev.space"12
}13
}