Remove config.keyserver
This commit is contained in:
parent
7203e6afb6
commit
8e5fe1da4f
1
openpgp.d.ts
vendored
1
openpgp.d.ts
vendored
|
@ -316,7 +316,6 @@ interface Config {
|
||||||
tolerant: boolean;
|
tolerant: boolean;
|
||||||
versionString: string;
|
versionString: string;
|
||||||
commentString: string;
|
commentString: string;
|
||||||
keyserver: string;
|
|
||||||
nodeStore: string;
|
nodeStore: string;
|
||||||
allowInsecureDecryptionWithSigningKeys: boolean;
|
allowInsecureDecryptionWithSigningKeys: boolean;
|
||||||
v5Keys: boolean;
|
v5Keys: boolean;
|
||||||
|
|
|
@ -160,11 +160,6 @@ export default {
|
||||||
*/
|
*/
|
||||||
commentString: "https://openpgpjs.org",
|
commentString: "https://openpgpjs.org",
|
||||||
|
|
||||||
/**
|
|
||||||
* @memberof module:config
|
|
||||||
* @property {String} keyserver
|
|
||||||
*/
|
|
||||||
keyserver: "https://keyserver.ubuntu.com",
|
|
||||||
/**
|
/**
|
||||||
* @memberof module:config
|
* @memberof module:config
|
||||||
* @property {String} nodeStore
|
* @property {String} nodeStore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user