Skip to content

Commit cba83a8

Browse files
authored
fix server listen default value (#71)
1 parent b438e4c commit cba83a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/cli/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ powerpipe server
1919
|-|-
2020
| `--dashboard-timeout int` | Set the dashboard execution timeout, in seconds. The default is `0` (no timeout).
2121
| `--database` | ***DEPRECATED - See [Setting the Database](/docs/build/mod-database) for the new syntax.*** Sets the [database that Powerpipe will connect to](/docs/run#selecting-a-database). This defaults to the local Steampipe database, but can be any PostgreSQL, MySQL, DuckDB, or SQLite database.
22-
| `--listen string` | Accept connections from `local` (localhost only) or `network` (all interfaces / IP addresses) (default `network`).
22+
| `--listen string` | Accept connections from `local` (localhost only) or `network` (all interfaces / IP addresses) (default `local`).
2323
| `--port int` | Web server port (default `9033`).
2424
| `--var string=string` | Specify the value of a variable. Multiple `--var` arguments may be passed.
2525
| `--var-file string`| Specify a `.ppvar` file containing variable values.

0 commit comments

Comments
 (0)