2014-03-07 23:54:19 +00:00
|
|
|
{
|
|
|
|
"sync_account": {
|
2014-06-25 13:11:42 +00:00
|
|
|
"username": "__SYNC_ACCOUNT_USERNAME__",
|
|
|
|
"password": "__SYNC_ACCOUNT_PASSWORD__",
|
|
|
|
"passphrase": "__SYNC_ACCOUNT_PASSPHRASE__"
|
2014-03-07 23:54:19 +00:00
|
|
|
},
|
|
|
|
"fx_account": {
|
2014-06-25 13:11:42 +00:00
|
|
|
"username": "__FX_ACCOUNT_USERNAME__",
|
|
|
|
"password": "__FX_ACCOUNT_PASSWORD__"
|
2014-03-07 23:54:19 +00:00
|
|
|
},
|
|
|
|
"email": {
|
|
|
|
"username": "crossweave@mozilla.com",
|
|
|
|
"password": "",
|
|
|
|
"passednotificationlist": ["crossweave@mozilla.com"],
|
|
|
|
"notificationlist": ["crossweave@mozilla.com"]
|
|
|
|
},
|
2014-03-14 20:13:38 +00:00
|
|
|
"auth_type": "fx_account",
|
2014-03-07 23:54:19 +00:00
|
|
|
"es": "localhost:9200",
|
2014-03-14 20:13:38 +00:00
|
|
|
"os": "Ubuntu",
|
|
|
|
"platform": "linux64",
|
2014-03-07 23:54:19 +00:00
|
|
|
"serverURL": null,
|
2014-03-14 20:13:38 +00:00
|
|
|
"extensiondir": "__EXTENSIONDIR__",
|
|
|
|
"testdir": "__TESTDIR__"
|
2014-03-07 23:54:19 +00:00
|
|
|
}
|