Skip to content

Commit

Permalink
Update prisma-schema-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 27, 2019
1 parent ae83271 commit d3bb790
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,6 @@ datasource postgres {
}
```

```
datasource db {
provider = "postgresql"
url = env("PRISMA_URL")
}
```

You can also target different environments using environment variables, for example:

```groovy
Expand Down

0 comments on commit d3bb790

Please sign in to comment.