Revision: 17325
http://sourceforge.net/p/gate/code/17325
Author: valyt
Date: 2014-02-17 15:52:04 +0000 (Mon, 17 Feb 2014)
Log Message:
-----------
If we don't tell it what the server URL is, it usually gets it right by itself.
If we tell it it's "changeme.com", then it *always* gets it wrong.
Modified Paths:
--------------
mimir/branches/5.0/mimir-cloud/grails-app/conf/Config.groovy
Modified: mimir/branches/5.0/mimir-cloud/grails-app/conf/Config.groovy
===================================================================
--- mimir/branches/5.0/mimir-cloud/grails-app/conf/Config.groovy
2014-02-17 15:07:12 UTC (rev 17324)
+++ mimir/branches/5.0/mimir-cloud/grails-app/conf/Config.groovy
2014-02-17 15:52:04 UTC (rev 17325)
@@ -141,15 +141,15 @@
development {
// whether to install the java.util.logging bridge for sl4j. Disable for
AppEngine!
grails.logging.jul.usebridge = true
- grails.serverURL = "http://localhost:8080/${appName}"
+ // grails.serverURL = "http://localhost:8080/${appName}"
}
production {
- grails.serverURL = "http://www.changeme.com"
+ // grails.serverURL = "http://www.changeme.com"
}
test {
- grails.serverURL = "http://localhost:8080/${appName}"
+ // grails.serverURL = "http://localhost:8080/${appName}"
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs