Skip to content

Commit 8710412

Browse files
authored
Update src/content/docs/hyperdrive/examples/fly.mdx
1 parent 147cdbf commit 8710412

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/hyperdrive/examples

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/examples/fly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can connect Hyperdrive to any existing Fly database by:
5454
4. [Obtain the connection string](https://fly.io/docs/postgres/connecting/connecting-external/#adapting-the-connection-string), which is in the form of:
5555

5656
```txt
57-
postgres://{username}:{password}@{hostname}:{port}/{database}?options
57+
postgres://{username}:{password}@{public-hostname}:{port}/{database}?options
5858
```
5959
</Steps>
6060

0 commit comments

Comments
 (0)