Set datasource values during run time
问题 So essentially I'm trying to get my project up and running on AppFog. The datasource information is stored in an enviornment variable, which is essentially JSON. My goal is to take this data and set my datasource config from it. Here is what I have tried: Code to set the datasource config which is a method in a POGO. The POGO is instantiated and the method called at the beginning of DataSource.groovy: import appfog.ParseDataSource new ParseDataSource().setConfig() dataSource { ... } class