We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb99575 commit 6f4e18dCopy full SHA for 6f4e18d
1 file changed
src/pages/postgraphile/usage-cli.md
@@ -23,6 +23,10 @@ where `-c` is the connection string (defaults to `postgres:///`), `-s` is the
23
schema name (defaults to "public"), `-a` enables Relay support and `-j` enables
24
dynamic JSON.
25
26
+**macOS users**: you should also use the `--port` option to bind to a different
27
+port, the default port 5000 now conflicts with macOS Monterey's new AirPlay
28
+service.
29
+
30
PostGraphile also reads options from a `.postgraphilerc.js` file from the
31
current working directory.
32
0 commit comments