1
0
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:
Tankred Hase 2013-10-15 18:25:00 +02:00
parent 39e2e418e4
commit 00e651a3fa
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",