// this is configuration specific to aws deployments { // disable statsd for aws "statsd": { "enabled": false }, // for amazon deployments, enable it-CH which is the trigger language // for localization tests db-LB (which is a testing language where chars // are inverted and reversed), and en-US. // This set can be overridden by adding more to config.json on the VM. "supported_languages": [ "en-US", "it-CH", "db-LB" ], "locale_directory": "/home/app/code/locale", "var_path": "/home/app/var", "http_proxy": { "host": "127.0.0.1", "port": 10006 }, "proxy": { "bind_to": { "port": 10006 } }, "browserid": { "bind_to": { "port": 8080 } } }