Skip to content

Commit 29edbbf

Browse files
authored
fix #4 - updated readme
1 parent 59784f2 commit 29edbbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,9 @@ class Application extends GrailsAutoConfiguration {
179179
180180
----
181181

182+
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
183+
184+
grails.serverURL: http://localhost:8080
185+
186+
to your `application.yml` for the plugin to render absolute links.
187+

0 commit comments

Comments
 (0)