Skip to content

Commit cfe3033

Browse files
docs: Add comment about <PROJECT_ID> (#2957)
* docs: Add comment about <PROJECT_ID> * minor edits --------- Co-authored-by: Andrew Benton <[email protected]>
1 parent a7d4d9c commit cfe3033

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tutorials/getting-started-postgresql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ following contents:
3232
```yaml
3333
version: "2"
3434
cloud:
35+
# Replace <PROJECT_ID> with your project ID from the sqlc Cloud dashboard
3536
project: "<PROJECT_ID>"
3637
sql:
3738
- engine: "postgresql"
@@ -46,6 +47,9 @@ sql:
4647
sql_package: "pgx/v5"
4748
```
4849
50+
Replace `<PROJECT_ID>` with your project ID from the sqlc Cloud dashboard. It
51+
will look something like `01HA8SZH31HKYE9RR3N3N3TSJM`.
52+
4953
And finally, set the `SQLC_AUTH_TOKEN` environment variable:
5054

5155
```shell

0 commit comments

Comments
 (0)