|
1 { |
|
2 "sync_account": { |
|
3 "username": "__SYNC_ACCOUNT_USERNAME__", |
|
4 "password": "__SYNC_ACCOUNT_PASSWORD__", |
|
5 "passphrase": "__SYNC_ACCOUNT_PASSPHRASE__" |
|
6 }, |
|
7 "fx_account": { |
|
8 "username": "__FX_ACCOUNT_USERNAME__", |
|
9 "password": "__FX_ACCOUNT_PASSWORD__" |
|
10 }, |
|
11 "email": { |
|
12 "username": "crossweave@mozilla.com", |
|
13 "password": "", |
|
14 "passednotificationlist": ["crossweave@mozilla.com"], |
|
15 "notificationlist": ["crossweave@mozilla.com"] |
|
16 }, |
|
17 "auth_type": "fx_account", |
|
18 "es": "localhost:9200", |
|
19 "os": "Ubuntu", |
|
20 "platform": "linux64", |
|
21 "serverURL": null, |
|
22 "extensiondir": "__EXTENSIONDIR__", |
|
23 "testdir": "__TESTDIR__" |
|
24 } |