-
Notifications
You must be signed in to change notification settings - Fork 8
/
.env.example
87 lines (61 loc) · 3.03 KB
/
.env.example
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# All environment variables listed here are not required for the application to start;
# however, missing values may impact application behavior in various ways.
# Legend:
# [CI Mode] - Variable used only in Continuous Integration (CI) environments
# [Dev Mode] - Optional variable primarily used in the development environment
# [Setup Mode] - Variable required only during the setup and build process of CI Mode
# [Standard] - Common variable used across all environments
# [CI Mode] Mocks behavior of e2e tests run in CI. Default "false"; set "true" to enable.
E2ECI=
# [CI Mode] Defines the path to external variables file
STATIC_CONFIGURATION_FILE_PATH=
# [CI Mode] Set LOCALAPPDATA to empty for Windows platform to ensure clean environment in CI.
LOCALAPPDATA=
# [Setup Mode] URL for mudita-dev-resources repo where gt-pressura font is placed
FONTS_DIRECTORY_URL=
# [Setup Mode] Access token for dummy-account that has an access to Mudita private repositories
GITHUB_ACCESS_TOKEN=
# [Standard] Phrase.com
PHRASE_API_KEY=
PHRASE_API_URL=
# [Dev Mode] Phrase.com API key for development mode
PHRASE_API_KEY_DEV=
# [Standard] Mudita Center Server URL to access to external services via proxy
MUDITA_CENTER_SERVER_URL=
MUDITA_CENTER_SERVER_V2_URL=
# [Standard] Rollbar Token needed to connect user’s app with Rollbar account
ROLLBAR_TOKEN=
# [Standard] GitHub repository name for Mudita Center updates. Default: "mudita-center"
RELEASES_REPOSITORY_NAME=
# [Dev Mode] Enable pre-release for update process. Disabled by default; set "1" to enable
PRERELEASES_ENABLED=
# [Standard] Client ID of the Microsoft Outlook application used for calendars and contacts
LOGIN_MICROSOFT_ONLINE_CLIENT_ID=
# [Standard] mudita.freshdesk.com
FRESHDESK_API_URL=
FRESHDESK_API_TOKEN=
# [Standard] analytics.mudita.com
ANALYTICS_ENABLED=
ANALYTICS_API_URL=
ANALYTICS_API_SITE_ID=
# [Standard] Defines current feature toggles environment
FEATURE_TOGGLE_ENVIRONMENT=
# [Dev Mode] Disable redux logger during development. Enabled by default; set "0" to disable
DEV_REDUX_LOGGER_ENABLED=
# [Dev Mode] Disable device logger during development. Enabled by default; set "0" to disable
DEV_DEVICE_LOGGER_ENABLED=
# [Standard] Set desired latest release. Based on enum OsEnvironment; can be 'production', 'test-production' or 'daily'
FEATURE_TOGGLE_RELEASE_ENVIRONMENT=
# [Dev Mode] Runs the application with a mock server. Disabled by default; set "1" to enable
MOCK_SERVICE_ENABLED=
# [Dev Mode] Enable shortcut for opening DevTools and access to useDevConsole functionalities.
# Disabled by default; set "1" to enable
DEV_TOOLS_SHORTCUT_ENABLED=
# [Dev Mode] Automatically open DevTools on startup. Disabled by default; set "1" to enable
DEV_TOOLS_AUTO_OPEN_ENABLED=
# [Dev Mode] Allows showing unpublished content in Help. Disabled by default; set a secret token to enable
DEV_HELP_PREVIEW_TOKEN=
# [Dev Mode] Enable DEV version of API configuration. Disabled by default; set "1" to enable
DEV_API_CONFIG=
# [Dev Mode] Path to directory with flash packages for Mudita Harmony
DEV_FLASH_PACKAGE_PATH=