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

Skip to content
Closed
Show file tree
Hide file tree
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
updated docs
  • Loading branch information
joobisb committed Nov 6, 2024
commit 85745920be643635a00669039289e8d7d95525a2
3 changes: 2 additions & 1 deletion cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ OPTIONS:
provided via other flags, PostgreSQL binaries will be downloaded from
Maven (https://repo1.maven.org/maven2) and store all data in the
config root. Access the built-in database with "coder server
postgres-builtin-url".
postgres-builtin-url". This can't be used together with individual
postgres connection flags.

--postgres-database string, $CODER_PG_DATABASE
PostgreSQL database name.
Expand Down
2 changes: 1 addition & 1 deletion codersdk/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ when required by your organization's security policy.`,
},
{
Name: "Postgres Connection URL",
Description: "URL of a PostgreSQL database. If empty and credentials are not provided via other flags, PostgreSQL binaries will be downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the config root. Access the built-in database with \"coder server postgres-builtin-url\".",
Description: "URL of a PostgreSQL database. If empty and credentials are not provided via other flags, PostgreSQL binaries will be downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the config root. Access the built-in database with \"coder server postgres-builtin-url\". This can't be used together with individual postgres connection flags.",
Flag: "postgres-url",
Env: "CODER_PG_CONNECTION_URL",
Annotations: serpent.Annotations{}.Mark(annotationSecretKey, "true"),
Expand Down
7 changes: 6 additions & 1 deletion docs/reference/cli/server.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion enterprise/cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ OPTIONS:
provided via other flags, PostgreSQL binaries will be downloaded from
Maven (https://repo1.maven.org/maven2) and store all data in the
config root. Access the built-in database with "coder server
postgres-builtin-url".
postgres-builtin-url". This can't be used together with individual
postgres connection flags.

--postgres-database string, $CODER_PG_DATABASE
PostgreSQL database name.
Expand Down