How do I create multiple ports on the same machine? Is it possible to specify them within the prodigy.json file?
Thanks,
How do I create multiple ports on the same machine? Is it possible to specify them within the prodigy.json file?
Thanks,
Hi! The prodigy.json
usually defines the default port, but you can override the port to serve the current app via the PRODIGY_PORT
environment variable: https://prodi.gy/docs/install#env-variables So you can have two terminals serving Prodigy on two different ports etc.