File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,21 @@ inMemoryDatabase: false
443
443
# Type of auth to use when connecting to postgres.
444
444
# (default: password, type: enum[password\|awsiamrds])
445
445
pgAuth: password
446
+ # PostgreSQL server hostname.
447
+ # (default: <unset>, type: string)
448
+ pgHost: ""
449
+ # PostgreSQL server port.
450
+ # (default: 5432, type: string)
451
+ pgPort: "5432"
452
+ # PostgreSQL username.
453
+ # (default: <unset>, type: string)
454
+ pgUsername: ""
455
+ # PostgreSQL database name.
456
+ # (default: <unset>, type: string)
457
+ pgDatabase: ""
458
+ # PostgreSQL connection options (e.g. 'sslmode=require').
459
+ # (default: <unset>, type: string)
460
+ pgOptions: ""
446
461
# A URL to an external Terms of Service that must be accepted by users when
447
462
# logging in.
448
463
# (default: <unset>, type: string)
You can’t perform that action at this time.
0 commit comments