Search code examples
trigger.ioforge

TriggerIO: Run web on different port


How can I run forge web on a different port? I couldn't find anything on the docs.


Solution

  • Sorry, you can't yet! If you desperately need to change it, see the run_web method in .template/generate_dynamic/web_tasks.py.

    NB if you alter the port there manually, changes will be lost if we re-download your templates!

    We do have a better solution on the way, as the TODO implies...