You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: postgraphile/usage-cli/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@
65
65
<p>where <codeclass="language-text">-c</code> is the connection string (defaults to <codeclass="language-text">postgres:///</code>), <codeclass="language-text">-s</code> is the
66
66
schema name (defaults to "public"), <codeclass="language-text">-a</code> enables Relay support and <codeclass="language-text">-j</code> enables
67
67
dynamic JSON.</p>
68
+
<p><strong>macOS users</strong>: you should also use the <codeclass="language-text">--port</code> option to bind to a different
69
+
port, the default port 5000 now conflicts with macOS Monterey's new AirPlay
70
+
service.</p>
68
71
<p>PostGraphile also reads options from a <codeclass="language-text">.postgraphilerc.js</code> file from the
0 commit comments