password property

String? password
final

Superuser password for scram-sha-256 over loopback. Seeded at initdb on fresh clusters and persisted to <dataDir parent>/postgres.password. If null, a cryptographically random password is generated. Serverpod passes config/passwords.yaml database here.

Implementation

final String? password;