Skip to content

Commit

Permalink
feat: enable encrypted proteus storage for internal builds (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Mar 28, 2024
1 parent b4f213f commit 887b2e2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions default.json
Expand Up @@ -27,7 +27,8 @@
"default_backend_url_blacklist": "https://clientblacklist.wire.com/staging",
"default_backend_url_website": "https://wire.com",
"default_backend_title": "wire-staging",
"is_password_protected_guest_link_enabled": true
"is_password_protected_guest_link_enabled": true,
"encrypt_proteus_storage": true
},
"staging": {
"application_id": "com.waz.zclient.dev",
Expand All @@ -46,22 +47,25 @@
"default_backend_url_teams": "https://wire-teams-staging.zinfra.io",
"default_backend_url_blacklist": "https://clientblacklist.wire.com/staging",
"default_backend_url_website": "https://wire.com",
"default_backend_title": "wire-staging"
"default_backend_title": "wire-staging",
"encrypt_proteus_storage": true
},
"beta": {
"application_id": "com.wire.android.internal",
"developer_features_enabled": true,
"logging_enabled": true,
"application_is_private_build": true,
"development_api_enabled": false,
"mls_support_enabled": false
"mls_support_enabled": false,
"encrypt_proteus_storage": true
},
"internal": {
"application_id": "com.wire.internal",
"developer_features_enabled": true,
"logging_enabled": true,
"application_is_private_build": true,
"development_api_enabled": false
"development_api_enabled": false,
"encrypt_proteus_storage": true
},
"fdroid": {
"application_id": "com.wire",
Expand Down

0 comments on commit 887b2e2

Please sign in to comment.