Skip to content

Commit f101605

Browse files
committed
add a step to set DATABASE_URL properly for non Deno employees
1 parent 105f355 commit f101605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ making changes to the API.
9191
2. Copy `api/.env.example` to `api/.env`
9292
3. Set `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` to the values from the
9393
GitHub App you created in step 1.
94+
4. Set `DATABASE_URL` to point to your local Postgres database.
9495
- Install `sqlx` by running `cargo install sqlx-cli`
9596

9697
**macOS**

0 commit comments

Comments
 (0)