PhpGt / WebEngine

Minimalistic, ergonomic PHP toolkit.
https://www.php.gt/webengine
MIT License
26 stars 6 forks source link

Changing the Default Port #649

Closed EvoChristopherShaw closed 2 months ago

EvoChristopherShaw commented 2 months ago

Trying to containerise a project using webengine for usage in kubernetes but need to specify the port vendor/bin/serve listens on. Is this possible in WebEngine as a scan though the codebase I cannot see anywhere to set this.

g105b commented 2 months ago

Nice to see you're still using WebEngine! vendor/bin/serve --port 1234 will sort you out!