diff options
author | elijah <elijah@riseup.net> | 2013-02-08 23:11:15 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-08 23:11:15 -0800 |
commit | 6e3d87d88578447aa4358aabdf270df2082b422d (patch) | |
tree | 83f5c2806e11275363010436f851c57b7d0bd414 /provider_base/services/tor.json | |
parent | 57adb7f3d527ecd4d3a41b6a1935b93c8266a688 (diff) |
changed contact_email to tor.contacts
Diffstat (limited to 'provider_base/services/tor.json')
-rw-r--r-- | provider_base/services/tor.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/provider_base/services/tor.json b/provider_base/services/tor.json index 10806084..9173b8d4 100644 --- a/provider_base/services/tor.json +++ b/provider_base/services/tor.json @@ -1,5 +1,6 @@ { - "tor" : { - "bandwidth_rate" : 6550 - } + "tor": { + "bandwidth_rate": 6550, + "contacts": "= global.provider.contacts['tor'] || global.provider.contacts.default" + } } |