mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
change key server url to new server
This commit is contained in:
parent
39e2e418e4
commit
00e651a3fa
@ -10,7 +10,7 @@ define([], function() {
|
||||
* Global app configurations
|
||||
*/
|
||||
app.config = {
|
||||
cloudUrl: 'https://storage.whiteout.io',
|
||||
cloudUrl: 'https://keys.whiteout.io',
|
||||
symKeySize: 128,
|
||||
symIvSize: 128,
|
||||
asymKeySize: 2048,
|
||||
|
@ -8,7 +8,7 @@
|
||||
"128": "img/icon.png"
|
||||
},
|
||||
"permissions": [
|
||||
"https://storage.whiteout.io/",
|
||||
"https://keys.whiteout.io/",
|
||||
"identity", {
|
||||
"socket": [
|
||||
"tcp-connect:imap.gmail.com:993",
|
||||
|
Loading…
Reference in New Issue
Block a user