mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 09:22:23 -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
|
* Global app configurations
|
||||||
*/
|
*/
|
||||||
app.config = {
|
app.config = {
|
||||||
cloudUrl: 'https://storage.whiteout.io',
|
cloudUrl: 'https://keys.whiteout.io',
|
||||||
symKeySize: 128,
|
symKeySize: 128,
|
||||||
symIvSize: 128,
|
symIvSize: 128,
|
||||||
asymKeySize: 2048,
|
asymKeySize: 2048,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"128": "img/icon.png"
|
"128": "img/icon.png"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"https://storage.whiteout.io/",
|
"https://keys.whiteout.io/",
|
||||||
"identity", {
|
"identity", {
|
||||||
"socket": [
|
"socket": [
|
||||||
"tcp-connect:imap.gmail.com:993",
|
"tcp-connect:imap.gmail.com:993",
|
||||||
|
Loading…
Reference in New Issue
Block a user