localStackDatabasePassword top-level constant

  1. @visibleForTesting
String const localStackDatabasePassword

Password of the Postgres superuser of the local stack.

Implementation

@visibleForTesting
const localStackDatabasePassword = 'postgres';