Skip to content

Commit

Permalink
fix: remove encrypted from ISV_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro authored Aug 4, 2020
1 parent e8b746d commit d2c89fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ export class Config extends ConfigFile<ConfigFile.Options> {
},
{
key: Config.ISV_DEBUGGER_URL,
encrypted: true,
input: {
// If a value is provided validate it otherwise no value is unset.
validator: value => value == null || isString(value),
Expand Down

0 comments on commit d2c89fe

Please sign in to comment.