Skip to content

Commit

Permalink
Merge pull request #125 from erichelgeson/patch-1
Browse files Browse the repository at this point in the history
Minor update to readme to avoid confusion
  • Loading branch information
ilopmar authored Oct 2, 2019
2 parents 2361748 + 4772b50 commit c52b0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dependencies {
## Configuration

After install the plugin you have to use a new Postgresql Hibernate Dialect in your application. Add it to the
`application.yml` file:
`grails-app/conf/application.yml` file:

```yaml
---
Expand Down Expand Up @@ -165,7 +165,7 @@ dataSource:
}
```

For Hibernate 5 add the following to `application.groovy`:
For Hibernate 5 add the following to `grails-app/conf/application.groovy`:

```groovy
grails.gorm.default.mapping = {
Expand Down

0 comments on commit c52b0ff

Please sign in to comment.