testing/tps/config/config.json.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 }

mercurial