falcon-rails-example icon indicating copy to clipboard operation
falcon-rails-example copied to clipboard

How to change default port for development

Open JProgrammer opened this issue 1 year ago • 1 comments

I'm looking to run multiple local api serves on rails falcon, to do so I need to set different default ports for the applications.

The only part of the code that references the default port 3000 is in the puma.rb which I assume is from the generated rails code that does not seem to run when using Falcon.

JProgrammer avatar Nov 12 '23 22:11 JProgrammer