[11:58]<decke> good morning guys [11:59]<decke> does anyone know of a way to "overload" the values in app.properties ? especially baseURI [12:08]<decke> i'm talking about helma 1.x of course [12:51]<stickupkid> can the exports.urls found in the config.js (helma-ng) be mapped to something other than actions ? [12:52]<stickupkid> exports.urls = [ [12:52]<stickupkid> [ '/', 'controllers.main.index' ] [12:52]<stickupkid> ]; [12:52]<stickupkid> http://helma.pastebin.com/m59fdae43 [12:54]<stickupkid> this is the stack I'm getting back [12:54]<stickupkid> http://helma.pastebin.com/m68a775c0 [12:54]<stickupkid> I'm just trying things out from the demo app [13:12]<stickupkid> I wonder if it's related to this issue? [13:12]<stickupkid> https://dev.helma.org/trac/helma/ticket/31 [13:19]<stickupkid> it says is should do it here though? [13:19]<stickupkid> http://dev.helma.org/ng/New+Regexp+based+URL+dispatching/ [13:51]<stickupkid> this seems to work though? [13:51]<stickupkid> http://helma.pastebin.com/m7e5524ee