Skip to content

Commit

Permalink
key
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Devenport committed Mar 15, 2024
1 parent 8960404 commit 176c91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/content/en/reference/Postgres/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The connection to PostgreSQL can be configured by providing the following `param
- `pg_port`: The port of the PostgreSQL server.
- `pg_db`: The name of the database to connect to.
- `pg_user`: The username to connect with.
- `pg_pass_key`: The name of the secret containing the password to connect with.
- `pg_pass_key`: The secret key containing the password to connect with.
- `pg_pass`: The raw password to connect with, ignored if `pg_pass_key` is provided.

Configuration `params` are provided either in the top level `dataset` for a dataset source and federated SQL query, or in the `acceleration` section for a data store.
Expand Down

0 comments on commit 176c91a

Please sign in to comment.