Skip to content
Snippets Groups Projects
local.json 383 B
Newer Older
  "verifier": { "bind_to": { "port": 10000 } },
  "keysigner": { "bind_to": { "port": 10003 } },
  "dbwriter": { "bind_to": { "port": 10004 } },
  "proxy": { "bind_to": { "port": 10006 } },
  "browserid": { "bind_to": { "port": 10002 } },
  "use_minified_resources": false,
  "database": {
    "driver": "json"
  },
  "email_to_console": true
}