diff options
author | Parménides GV <parmegv@sdf.org> | 2013-06-13 17:37:37 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-06-13 17:37:37 +0200 |
commit | 30c7bab5d8618df665e602fdd08bafa010a15497 (patch) | |
tree | 2c6c55568e73c06e10f475425e21365fd8961ce2 /assets | |
parent | 2f69eb6eb9aa3993354e8de295df68558ab7b71e (diff) |
bitmask json files are downloaded.
There was a problem on the assets file "bitmask.url". It had an error in
the eip-service url.
We should use this file only for main url, and proceed as if it were a
new provider but with a preseeded main url.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/urls/bitmask.url | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/urls/bitmask.url b/assets/urls/bitmask.url index bc4d59db..910f0400 100644 --- a/assets/urls/bitmask.url +++ b/assets/urls/bitmask.url @@ -3,6 +3,5 @@ "assets_json_provider" : "providers/bitmask.net_provider.json",
"json_provider" : "https://bitmask.net/provider.json",
"cert" : "https://bitmask.net/ca.crt",
- "json_eip_service_antiguo" : "https://api.bitmask.net:4430/1/config/eip-service.json",
- "json_eip_service" : "https://api.bitmask.net:4430/config/eip-service.json"
+ "json_eip_service" : "https://api.bitmask.net:4430/1/config/eip-service.json"
}
\ No newline at end of file |