Hello. I am confused by this configuration thing here: Fly Launch configuration (fly.toml) · Fly Docs
Why exactly is the first entry port (80) is integer but the one below (“443”) is a string? Which one am I supposed to use? Right after the first entry, it says:
" * port
: An integer representing the external port to listen on (ports 1-65535). "
So, why is the one below in quotes?
Sorry for any inconvenience and thanks for any help in advance.