In Grails 2.4.2 I'm having
grails.server.port.http = 18080
grails.server.port.https = 18443
in BuildConfig.groovy
.
Nonetheless grails run-app
starts on the default ports.
Do we have another approach for it?
Thanks!
In Grails 2.4.2 I'm having
grails.server.port.http = 18080
grails.server.port.https = 18443
in BuildConfig.groovy
.
Nonetheless grails run-app
starts on the default ports.
Do we have another approach for it?
Thanks!