Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Aug 19, 2024
1 parent 997bd6e commit db70a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ supportedEnvironmentVariables:
description: The PostgreSQL connection URI
defaultValue: postgresql://read_only_user:[email protected]:5432/v3-docs-sample-app
- name: CLIENT_CERT
description: The SSL client certificate
description: The SSL client certificate (Optional)
- name: CLIENT_KEY
description: The SSL client key
description: The SSL client key (Optional)
- name: ROOT_CERT
description: The SSL root certificate
description: The SSL root certificate (Optional)
commands:
update: hasura-ndc-postgres update
cliPlugin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ supportedEnvironmentVariables:
description: The PostgreSQL connection URI
defaultValue: postgresql://read_only_user:[email protected]:5432/v3-docs-sample-app
- name: CLIENT_CERT
description: The SSL client certificate
description: The SSL client certificate (Optional)
- name: CLIENT_KEY
description: The SSL client key
description: The SSL client key (Optional)
- name: ROOT_CERT
description: The SSL root certificate
description: The SSL root certificate (Optional)
commands:
update: hasura-ndc-postgres update
cliPlugin:
Expand Down

0 comments on commit db70a62

Please sign in to comment.