localStackDatabaseUsername top-level constant

  1. @visibleForTesting
String const localStackDatabaseUsername

Username of the Postgres superuser of the local stack.

Implementation

@visibleForTesting
const localStackDatabaseUsername = 'postgres';