Skip to content

Commit

Permalink
Correct naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Dec 20, 2022
1 parent 74a5886 commit b1c43d8
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 119 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or direct command arguments for the CLI. Possible values:
| `port` | integer | the port of the server instance (test cases may contain strings and floats) |
| `user` | string | database user for authentication |
| `password` | string | password for authentication |
| `secret_key` | string | secret key for authentication |
| `secretKey` | string | secret key for authentication |
| `database` | string | the name of the database to use in the server instance |
| `waitUntilAvailable` | string | max time to wait before server becomes available |
| `tlsSecurity` | enum string | one of `strict`, `no_host_verification` and `insecure` (test cases may contain invalid values) |
Expand All @@ -48,7 +48,7 @@ Environment variables present at the time of connecting. Possible values:
| `EDGEDB_PORT` | same as `port` above |
| `EDGEDB_USER` | same as `user` above |
| `EDGEDB_PASSWORD` | same as `password` above |
| `EDGEDB_SECRET_KEY` | same as `secret_key` above |
| `EDGEDB_SECRET_KEY` | same as `secretKey` above |
| `EDGEDB_DATABASE` | same as `database` above |
| `EDGEDB_WAIT_UNTIL_AVAILABLE` | same as `waitUntilAvailable` above |
| `EDGEDB_CLIENT_TLS_SECURITY` | same as `tlsSecurity` above |
Expand Down Expand Up @@ -93,7 +93,7 @@ Expected result of parsed connection parameters as an object, containing:
| `address` | list[string, integer] | the address of the server instance [host, port] |
| `user` | string | database user for authentication |
| `password` | string or `null` | optional password for authentication |
| `secret_key` | string or `null` | optional secret key for authentication |
| `secretKey` | string or `null` | optional secret key for authentication |
| `database` | string | the name of the database to use in the server instance |
| `waitUntilAvailable` | string | ISO 8601 max time to wait before server becomes available |
| `tlsSecurity` | enum string | one of `strict`, `no_host_verification` and `insecure` |
Expand Down
Loading

0 comments on commit b1c43d8

Please sign in to comment.