HTTP port
Hi there. Any pointers on how to change the HTTP and HTTPS ports the server is listening on? 3000 and 3001 don't work for me.
.env.client and .env.server files are located at the root of your Wasp project. These files are used to define environment variables for your client and server respectively during development..env.server:.env.client:.gitignore file that comes with Wasp. You can read more about this in the Wasp documentation (https://wasp-lang.dev/docs/project/env-vars#defining-env-vars-in-development).src/server and src/client respectively, but this change was not implemented. The files remain in the project's root directory..env.client file is used to set environment variables for the client-side of your Wasp application during development. However, specifying an SSL port directly in the .env.client file is not directly supported..env.client file. You would also need to set up an SSL certificate for your server..env.client file like this:process.env.REACT_APP_SERVER_URL.REACT_APP_..env.client.env.client.env.client.env.client.env.client.env.client.env.server.env.server.gitignoresrc/serversrc/clientprocess.env.REACT_APP_SERVER_URLREACT_APP_DATABASE_URL=postgresql://localhost:5432
SOME_VAR_NAME=somevalue REACT_APP_SOME_VAR_NAME=somevalue REACT_APP_SERVER_URL=<https://myserver.com:8443>