Newer
Older
Lloyd Hilaiel
committed
// this is configuration specific to aws deployments
Lloyd Hilaiel
committed
// disable statsd for aws
Austin King
committed
"kpi_backend_sample_rate": 1.0,
// 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.
"debug_lang": "it-CH",
"var_path": "/home/app/var",
"http_proxy": {
"host": "127.0.0.1",
"port": 10006
},
"proxy": { "bind_to": { "port": 10006 } },
Shane Tomlinson
committed
"kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data",
// whether to show the development menu.
"enable_development_menu": true