Allow users to set port in env #726

Merged
claudey merged 5 commits from 565-allow-users-to-set-port-in-env into main 2024-05-09 03:54:40 +08:00
claudey commented 2024-05-08 09:28:23 +08:00 (Migrated from github.com)

Users can set a custom PORT variable in .env if 300 is used by other other apps.

Solves #565

https://github.com/maybe-finance/maybe/assets/1866816/380dbe54-7cc3-497d-9637-890764395de0

Users can set a custom `PORT` variable in .env if 300 is used by other other apps. Solves #565 https://github.com/maybe-finance/maybe/assets/1866816/380dbe54-7cc3-497d-9637-890764395de0
zachgoll (Migrated from github.com) reviewed 2024-05-08 20:33:08 +08:00
zachgoll (Migrated from github.com) left a comment

Thanks for the changes!

Thanks for the changes!
zachgoll (Migrated from github.com) commented 2024-05-08 20:32:14 +08:00

I think we can remove this and leverage the .env.example file as documentation for new devs

I think we can remove this and leverage the `.env.example` file as documentation for new devs
zachgoll (Migrated from github.com) commented 2024-05-08 20:23:15 +08:00

I don't think we'll need to change this—it already allows for a PORT configuration with a default

I don't think we'll need to change this—it already allows for a `PORT` configuration with a default
zachgoll (Migrated from github.com) approved these changes 2024-05-09 03:54:34 +08:00
Sign in to join this conversation.