Skip to content
Snippets Groups Projects
aws.json 848 B
Newer Older
// this is configuration specific to aws deployments
  "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": [
  "debug_lang": "it-CH",
  "var_path": "/home/app/var",

  "http_proxy": {
    "host": "127.0.0.1",
    "port": 10006
  },
  "proxy": { "bind_to": { "port": 10006 } },
Zachary Carter's avatar
Zachary Carter committed
  "router": { "bind_to": { "port": 8080 } },
  "kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data",
  // whether to show the development menu.
  "enable_development_menu": true