Skip to content

Commit

Permalink
update ppg setup instructions (#6455)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Nov 27, 2024
1 parent 22e1bd6 commit 798943b
Show file tree
Hide file tree
Showing 3 changed files with 2,074 additions and 1,348 deletions.
4 changes: 1 addition & 3 deletions content/100-getting-started/01-quickstart-prismaPostgres.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ First, rename the existing `.env.example` file to just `.env`:
mv .env.example .env
```

Next, navigate back into the Console and click the **Generate database credentials** button.

Then, copy the resulting `DATABASE_URL` and `PULSE_API_KEY` environment variables and paste it into the `.env` file.
Then, find your database credentials in the **Set up database access** section, copy the `DATABASE_URL` and `PULSE_API_KEY` environment variables and paste them into the `.env` file.

For reference, the file should now look similar to this:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ At this point, you'll be redirected to the **Dashboard** where you will need to

Once the green **`CONNECTED`** label appears, your database is ready to use.

In the Console UI, you'll see a code snippet for a `.env` file with two environment variables defined, looking similar to this:

**TODO:** Add screenshot
In the Console UI, you'll see a code snippet for a `.env` file with two environment variables defined.

## Set environment variables in your local project

Expand Down
Loading

0 comments on commit 798943b

Please sign in to comment.