Is it possible ? Something like:- ``` "shopping_cart": { "type": "python", "workers": 10, "path": "/www/store/cart", "module": "wsgi", "user": "www", "group": "www" "env_vars": { "DB_HOST": "localhost:3306", "DB_USER": "app", "DB_PASS": "xxxx" } }, ```