© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Obong Daniel
Backend Developer
Hi, what variables are we to set on the Reveal config part? I set it to the port number I used on my local host and my app crashed.
Tolu Olawumi
Hey Daniel,
The variables for the config vars are all the variables you set in your .env file like your connection string and port. In your code, did your set your port like this: process.env.PORT || 6000.
Yes, I did. And that's what I set it with. But my app crashed. Tolu Olawumi
Hey Daniel Obong Daniel , were you able to resolve this?