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

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: updated golden file
  • Loading branch information
joobisb committed Nov 5, 2024
commit 5deb4daeab62cc98eab4eacf4c29ee8e83c4e799
15 changes: 15 additions & 0 deletions cli/testdata/server-config.yaml.golden
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,21 @@ inMemoryDatabase: false
# Type of auth to use when connecting to postgres.
# (default: password, type: enum[password\|awsiamrds])
pgAuth: password
# PostgreSQL server hostname.
# (default: <unset>, type: string)
pgHost: ""
# PostgreSQL server port.
# (default: 5432, type: string)
pgPort: "5432"
# PostgreSQL username.
# (default: <unset>, type: string)
pgUsername: ""
# PostgreSQL database name.
# (default: <unset>, type: string)
pgDatabase: ""
# PostgreSQL connection options (e.g. 'sslmode=require').
# (default: <unset>, type: string)
pgOptions: ""
# A URL to an external Terms of Service that must be accepted by users when
# logging in.
# (default: <unset>, type: string)
Expand Down