forked from us1415/wire-android
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.json
More file actions
48 lines (48 loc) · 2.33 KB
/
default.json
File metadata and controls
48 lines (48 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"maxAccounts": 2,
"applicationId": "com.wire",
"userId": "com.waz.userid",
"_comment": "appName must match the value of 'app_name' in strings.xml",
"appName": "Wire",
"backendUrl": "https://prod-nginz-https.wire.com",
"websocketUrl": "https://prod-nginz-ssl.wire.com",
"allow_account_creation": true,
"allowSSO": true,
"supportEmail": "[email protected]",
"firebasePushSenderId": "782078216207",
"firebaseAppId": "1:782078216207:android:d3db2443512d2055",
"firebaseApiKey": "AIzaSyBdYVv2f-Y7JJmHVmDNCKgWvX6Isa8rAGA",
"submitCrashReports": true,
"allowMarketingCommunication": true,
"enableBlacklist": true,
"blacklistHost": "https://clientblacklist.wire.com/prod/android",
"allowChangeOfEmail": true,
"certificatePin" : {
"domain": "*.wire.com",
"certificate" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAreYzBWuvnVKYfgNNX3dVjUnqIVtl4XqQnCcY6m/sWM15TTK0bo9FKnMxNAPtDzB6ViRvpZsKEefX8pi15Jcs4uZiuZ81ISV1bqxtpsjJ56Yjeme99Dca5ck35pThYuK6jZ8vG6pJiY9mRY9nGadid4qWL7uwAeoInx2mOM7HepCCh2NOXd+EjQ4sBsfgb+kWrcVQmBzvLHPUDoykm/m+BvL2eJ1njPNiM/GoeXbmIW1WM3ifucYJoD9g+V5NfHfANrVu2w4YcLDad0C85Nb8U1sgFNkrgOqzhd/1xHok1uOyjoeLTIHHYkryvbBEmdl6v+f2J1EM0+Fj9vseI2TYrQIDAQAB"
},
"teamsUrl": "https://teams.wire.com",
"accountsUrl": "https://account.wire.com",
"websiteUrl": "https://wire.com",
"loggingEnabled": false,
"custom_url_scheme": "wire",
"new_password_minimum_length": 8,
"new_password_maximum_length": 120,
"http_proxy_url": "none",
"http_proxy_port": "8888",
"block_on_jailbreak_or_root": false,
"force_hide_screen_content": false,
"force_app_lock": false,
"app_lock_timeout": 10,
"block_on_password_policy": false,
"wipe_on_cookie_invalid": false,
"force_private_keyboard": false,
"password_max_attempts": 0,
"developer_features_enabled": false,
"logging_enabled": false,
"safe_logging": false,
"file_restriction_enabled": false,
"file_restriction_list": "3gpp, aac, amr, avi, bmp, css, csv, dib, doc, docx, eml, flac, gif, html, ico, jfif, jpeg, jpg, jpg-large, key, m4a, m4v, md, midi, mkv, mov, mp3, mp4, mpeg, mpeg3, mpg, msg, ods, odt, ogg, pdf, pjp, pjpeg, png, pps, ppt, pptx, psd, pst, rtf, sql, svg, tex, tiff, txt, vcf, vid, wav, webm, webp, wmv, xls, xlsx, xml",
"countly_server_url": "https://countly.wire.com",
"countly_app_key": "79c8fc20713e0e877aa8d320ea078530604d3ea6"
}