-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathtenant.json
More file actions
26 lines (26 loc) · 867 Bytes
/
tenant.json
File metadata and controls
26 lines (26 loc) · 867 Bytes
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
{
"APP_NAME": "Minds",
"APP_SCHEME": "mindsapp",
"APP_SLUG": "minds",
"APP_HOST": "www.minds.com",
"APP_IOS_BUNDLE": "com.minds.mobile",
"APP_SPLASH_RESIZE": "contain",
"APP_ANDROID_PACKAGE": "com.minds.mobile",
"IS_PREVIEW": false,
"ACCENT_COLOR_LIGHT": "#1B85D6",
"ACCENT_COLOR_DARK": "#FFD048",
"BACKGROUND_COLOR_LIGHT": "#FFFFFF",
"BACKGROUND_COLOR_DARK": "#010101",
"WELCOME_LOGO": "horizontal",
"ADAPTIVE_ICON": "./assets/images/icon_adaptive.png",
"ADAPTIVE_COLOR": "#ffffff",
"THEME": "dark",
"TENANT_ID": null,
"APP_TRACKING_MESSAGE_ENABLED": false,
"APP_TRACKING_MESSAGE": "",
"IS_NON_PROFIT": false,
"API_URL": "https://www.minds.com/",
"APP_LANDING_PAGE_LOGGED_IN": "newsfeed",
"EAS_PROJECT_ID": "7a92bc49-6d7e-468f-af13-0a9aff39fc0e",
"POSTHOG_API_KEY": "phc_GBvowRy7KExnom0MfTPgibtCdP4ZRlRb0szn1fLSCeU"
}