Skip to content

Commit 990559b

Browse files
committed
Deploy 20220629_090746
1 parent ede957e commit 990559b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

page-data/postgraphile/usage-cli/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

postgraphile/usage-cli/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
<p>where <code class="language-text">-c</code> is the connection string (defaults to <code class="language-text">postgres:///</code>), <code class="language-text">-s</code> is the
6666
schema name (defaults to "public"), <code class="language-text">-a</code> enables Relay support and <code class="language-text">-j</code> enables
6767
dynamic JSON.</p>
68+
<p><strong>macOS users</strong>: you should also use the <code class="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>
6871
<p>PostGraphile also reads options from a <code class="language-text">.postgraphilerc.js</code> file from the
6972
current working directory.</p>
7073
<h3 id="recommended-options"><a href="#recommended-options" aria-label="recommended options permalink" class="anchor"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Recommended options</h3>

0 commit comments

Comments
 (0)