process.env variables or custom provided values
Optionallogger: LoggerFnThe following configuration values are included:
pgHost // e.g. POSTGRESQL_HOST=localhost
pgPort // e.g. POSTGRESQL_PORT=5432
pgUserSuffix // e.g. POSTGRESQL_USER_SUFFIX=@azure-suffix
pgSSLMode // e.g. PGSSLMODE=require
pgRoot // e.g. POSTGRESQL_ROOT=postgres
pgRootPassword // e.g. POSTGRESQL_ROOT_PASSWORD=C~iZ[r0U-]wYdHXm>T
dbName // e.g. DATABASE_NAME=my_business_service
dbOwner // e.g. DATABASE_OWNER=my_business_owner
dbOwnerPassword // e.g. DATABASE_OWNER_PASSWORD=x4HKTiFEY]iDov!+a
dbLogin // e.g. DATABASE_LOGIN=my_business_login
dbLoginPassword // e.g. DATABASE_LOGIN_PASSWORD=Cl1sJh56n'>caX@7[,
dbGqlRole // e.g. DATABASE_GQL_ROLE=my_business_gql_role
pgPoolMaxConnections // e.g. PG_POOL_MAX_CONNECTIONS=25
pgRootConnectionString // calculated from the above settings
dbOwnerConnectionString // calculated from the above settings
dbOwnerReplicationConnectionString // calculated from the above settings
dbShadowConnectionString // calculated from the above settings
dbLoginConnectionString // calculated from the above settings
calculated from env variables: POSTGRESQL_* and DATABASE_*
calculated from env variables: POSTGRESQL_* and DATABASE_*
calculated from env variables: POSTGRESQL_* and DATABASE_* using POSTGRESQL_REPLICATION_PORT
calculated from env variables: POSTGRESQL_* and DATABASE_*
calculated from env variables: POSTGRESQL_* and DATABASE_*
Get the basic configuration definitions for Database specific settings