localStackMailPort top-level constant

  1. @visibleForTesting
int const localStackMailPort

Web interface of the mail server of the local stack, which collects the mails the auth service would have sent. The [inbucket] section of supabase/config.toml exposes it.

Implementation

@visibleForTesting
const localStackMailPort = 54424;