mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
changes cloud storage endpoint to ssl
This commit is contained in:
parent
2de127bff6
commit
a4790cf1bb
@ -13,7 +13,7 @@ define([], function() {
|
||||
* Global app configurations
|
||||
*/
|
||||
app.config = {
|
||||
cloudUrl: 'http://storage.whiteout.io',
|
||||
cloudUrl: 'https://storage.whiteout.io',
|
||||
symKeySize: 128,
|
||||
symIvSize: 128,
|
||||
asymKeySize: 1024,
|
||||
|
@ -8,7 +8,7 @@
|
||||
"128": "css/images/key-128.png"
|
||||
},
|
||||
"permissions": [
|
||||
"http://storage.whiteout.io/"
|
||||
"https://storage.whiteout.io/"
|
||||
],
|
||||
"app": {
|
||||
"background": {
|
||||
|
Loading…
Reference in New Issue
Block a user