forked from SecretMessengerApp/secret-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
29 lines (29 loc) · 1.03 KB
/
default.json
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
{
"maxAccounts": 3,
"applicationId": "com.opensource.secret",
"userId": "com.jsy.secret.userId",
"_comment": "appName must match the value of 'app_name' in strings.xml",
"appName": "Secret",
"backendUrl": "https://account.isecret.im",
"websocketUrl": "/await",
"allow_account_creation": true,
"allowSSO": true,
"supportEmail": "support@isecret.im",
"firebasePushSenderId": "",
"firebaseAppId": "",
"firebaseApiKey": "",
"submitCrashReports": true,
"allowMarketingCommunication": true,
"enableBlacklist": true,
"blacklistHost": "/prod/",
"blacklistHostTest": "/prod/",
"allowChangeOfEmail": true,
"loggingEnabled": false,
"custom_url_scheme": "secret",
"new_password_minimum_length": 8,
"new_password_maximum_length": 120,
"accounts_url": "https://service.isecret.im/account",
"forget_password": "https://service.isecret.im/index.php/Secret/forgot",
"secret_base_url": "https://secret.chat/",
"secret_service_url": "https://service.isecret.im/"
}