Browse Source

Use same urls for development

Lari Hotari 11 years ago
parent
commit
5e1af6c96a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      grails/hello/grails-app/conf/Config.groovy

+ 2 - 0
grails/hello/grails-app/conf/Config.groovy

@@ -13,6 +13,8 @@
 
 
 grails.project.groupId = appName // change this to alter the default package name and Maven publishing destination
 grails.project.groupId = appName // change this to alter the default package name and Maven publishing destination
 
 
+grails.app.context = '/grails'
+
 // The ACCEPT header will not be used for content negotiation for user agents containing the following strings (defaults to the 4 major rendering engines)
 // The ACCEPT header will not be used for content negotiation for user agents containing the following strings (defaults to the 4 major rendering engines)
 grails.mime.disable.accept.header.userAgents = ['Gecko', 'WebKit', 'Presto', 'Trident']
 grails.mime.disable.accept.header.userAgents = ['Gecko', 'WebKit', 'Presto', 'Trident']
 grails.mime.types = [
 grails.mime.types = [