Skip to content

Commit

Permalink
Merge pull request #5 from rdmueller/patch-1
Browse files Browse the repository at this point in the history
fix #4 - updated readme
  • Loading branch information
dilipkrish authored Feb 23, 2017
2 parents a575928 + 29edbbf commit e8e07ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,9 @@ class Application extends GrailsAutoConfiguration {
----

If you get an exception when you try to run your app, this might be because of the chosen profile for your application. If you use the `rest-api` profile, everything should be fine, but if you've chosen the `web` profile, it is likely that you have to add something like

grails.serverURL: http://localhost:8080

to your `application.yml` for the plugin to render absolute links.

0 comments on commit e8e07ca

Please sign in to comment.