localStackDatabasePort top-level constant

  1. @visibleForTesting
int const localStackDatabasePort

Port Postgres itself is exposed on, for tests that need to run SQL.

Implementation

@visibleForTesting
const localStackDatabasePort = 54422;