1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/tps/config/config.json.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +{ 1.5 + "sync_account": { 1.6 + "username": "__SYNC_ACCOUNT_USERNAME__", 1.7 + "password": "__SYNC_ACCOUNT_PASSWORD__", 1.8 + "passphrase": "__SYNC_ACCOUNT_PASSPHRASE__" 1.9 + }, 1.10 + "fx_account": { 1.11 + "username": "__FX_ACCOUNT_USERNAME__", 1.12 + "password": "__FX_ACCOUNT_PASSWORD__" 1.13 + }, 1.14 + "email": { 1.15 + "username": "crossweave@mozilla.com", 1.16 + "password": "", 1.17 + "passednotificationlist": ["crossweave@mozilla.com"], 1.18 + "notificationlist": ["crossweave@mozilla.com"] 1.19 + }, 1.20 + "auth_type": "fx_account", 1.21 + "es": "localhost:9200", 1.22 + "os": "Ubuntu", 1.23 + "platform": "linux64", 1.24 + "serverURL": null, 1.25 + "extensiondir": "__EXTENSIONDIR__", 1.26 + "testdir": "__TESTDIR__" 1.27 +}