changes cloud storage endpoint to ssl

This commit is contained in:
Tankred Hase 2013-06-13 13:46:28 +02:00
parent 2de127bff6
commit a4790cf1bb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ define([], function() {
* Global app configurations * Global app configurations
*/ */
app.config = { app.config = {
cloudUrl: 'http://storage.whiteout.io', cloudUrl: 'https://storage.whiteout.io',
symKeySize: 128, symKeySize: 128,
symIvSize: 128, symIvSize: 128,
asymKeySize: 1024, asymKeySize: 1024,

View File

@ -8,7 +8,7 @@
"128": "css/images/key-128.png" "128": "css/images/key-128.png"
}, },
"permissions": [ "permissions": [
"http://storage.whiteout.io/" "https://storage.whiteout.io/"
], ],
"app": { "app": {
"background": { "background": {