Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5deb4da

Browse files
committed
fix: updated golden file
1 parent 9bc7b28 commit 5deb4da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cli/testdata/server-config.yaml.golden

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,21 @@ inMemoryDatabase: false
443443
# Type of auth to use when connecting to postgres.
444444
# (default: password, type: enum[password\|awsiamrds])
445445
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: ""
446461
# A URL to an external Terms of Service that must be accepted by users when
447462
# logging in.
448463
# (default: <unset>, type: string)

0 commit comments

Comments
 (0)