I’m a bit confused about how to set the APPLICATION_PORT in remote environments. Every reference I can find about that environment variable says to use 3310. But that doesn’t seem correct for a non-local environment. What should I set the value to when writing the .env file for remote environments such as Production or Staging?
Hey @Dean_Martin,
You can put whatever port you would like
If you have no tunnel, use the default https port could be nice so 443
.
Thanks! I’m new to cloud development, and our previous developer is unavailable. This helps a lot!
1 Like