Skip to content

Commit

Permalink
Revert "Turn on cipher key encryption for QA"
Browse files Browse the repository at this point in the history
This reverts commit 3c6a738.
  • Loading branch information
trmartin4 committed Oct 9, 2023
1 parent fe3e3c4 commit 25cf6d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/browser/config/production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flags": {
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}
2 changes: 1 addition & 1 deletion apps/cli/config/production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flags": {
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}
2 changes: 1 addition & 1 deletion apps/desktop/config/production.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"flags": {
"showDDGSetting": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}
3 changes: 1 addition & 2 deletions apps/web/config/euqa.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
},
"flags": {
"secretsManager": true,
"showPasswordless": true,
"enableCipherKeyEncryption": true
"showPasswordless": true
}
}
2 changes: 1 addition & 1 deletion apps/web/config/qa.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"flags": {
"secretsManager": true,
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}
2 changes: 1 addition & 1 deletion apps/web/config/selfhosted.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"flags": {
"secretsManager": false,
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

0 comments on commit 25cf6d2

Please sign in to comment.