Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh authored May 14, 2024
1 parent 048ae84 commit ec7e149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ you provide a value for them.
| Argument | Description | Default | Value |
| -------- | ----------------------------- | ------- | ------------------------------------------------ |
| VERSION | SurrealDB version to use | latest | `latest`, `v1.x.x` |
| PORT | Port to run SurrealDB on | 8000 | `any number` |
| USER | Username to use for SurrealDB | | `up to the user` |
| PASSWORD | Password to use for SurrealDB | | `up to the user` |
| PORT | Port to run SurrealDB on | 8000 | Valid number from `0` to `65535` |
| USERNAME | Username to use for SurrealDB | | Customisable by the user |
| PASSWORD | Password to use for SurrealDB | | Customisable by the user |
| AUTH | Enable authentication | | `true`, `false` |
| STRICT | Enable strict mode | | `true`, `false` |
| LOG | Enable logs | | `none`, `full`, `warn`, `info`, `debug`, `trace` |
Expand Down

0 comments on commit ec7e149

Please sign in to comment.