Skip to content
Snippets Groups Projects
Commit 268da96a authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add an in-tree file containing all non-secret configuration for dev.diresworb.org

parent 265b221d
No related branches found
No related tags found
No related merge requests found
// this is the configuration for dev.diresworb.org.
// only secrets are kep on the server, everything else
// lives here
{
"public_url": "https://dev.diresworb.org",
"env": "production",
"bind_to": {
"host": "127.0.0.1"
},
"use_minified_resources": true,
"database": {
"driver": "mysql",
"user": "browserid",
"name": "browserid",
"create_schema": true
},
"statsd": {
"enabled": false
},
"bcrypt_work_factor": 12,
"max_compute_processes": null,
"max_compute_duration": 10,
"disable_primary_support": false,
"enable_code_version": false,
"default_lang": [
"en-US"
],
"locale_directory": "/home/browserid/code/locale",
"supported_languages": [
"af", "ca", "cs", "db-LB", "de", "en-US", "eo", "es", "es-MX", "eu", "fr",
"fy", "gd", "gl", "hr", "it", "ja", "lij", "lt", "ml", "nl", "pl", "rm",
"ro", "ru", "sk", "sl", "son", "sq", "sr", "tr", "zh-CN", "zh-TW",
"it-CH", "db-LB"
],
"express_log_format": "default",
"email_to_console": false,
"var_path": "/home/browserid/var",
"verifier": { "bind_to": { "port": 62800 } },
"verifier_url": "http://127.0.0.1:62800",
"keysigner": { "bind_to": { "port": 62600 } },
"keysigner_url": "http://127.0.0.1:62600",
"dbwriter": { "bind_to": { "port": 62900 } },
"dbwriter_url": "http://127.0.0.1:62900",
/* XXX: We should really enable the outbound http proxy in dev!
"proxy": { "bind_to": { "port": 10006 } },
"http_proxy": {
"host": "127.0.0.1",
"port": 10006
},
*/
"browserid": { "bind_to": { "port": 62700 } },
"smtp": {
"host": "smtp.socketlabs.com"
// username and password live on the server
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment