-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
497 changed files
with
24,583 additions
and
4,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,87 @@ | ||
# [Optional] Phrase.com | ||
# 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= | ||
|
||
# [Optional, only in development mode] Phrase.com | ||
# [Dev Mode] Phrase.com API key for development mode | ||
PHRASE_API_KEY_DEV= | ||
|
||
# [Optional] Mudita Center Server URL to access to external services via proxy | ||
# [Standard] Mudita Center Server URL to access to external services via proxy | ||
MUDITA_CENTER_SERVER_URL= | ||
MUDITA_CENTER_SERVER_V2_URL= | ||
|
||
# [Optional] Rollbar Token needed to connect user’s app with Rollbar account. | ||
# [Standard] Rollbar Token needed to connect user’s app with Rollbar account | ||
ROLLBAR_TOKEN= | ||
|
||
# For Mudita developers only | ||
|
||
# [Optional] Access token for dummy-account that has an access to Mudita private repositories. This variable is needed only in development and build production app. | ||
GITHUB_ACCESS_TOKEN= | ||
|
||
# [Optional] GitHub repository name for Mudita Center updates. Default: "mudita-center" | ||
# [Standard] GitHub repository name for Mudita Center updates. Default: "mudita-center" | ||
RELEASES_REPOSITORY_NAME= | ||
|
||
# [Optional] Enable pre release for update process. Disabledd by default, set "1" to enable | ||
# [Dev Mode] Enable pre-release for update process. Disabled by default; set "1" to enable | ||
PRERELEASES_ENABLED= | ||
|
||
# [Optional] Client id of the Microsoft Outlook application used for calendars and contacts | ||
# [Standard] Client ID of the Microsoft Outlook application used for calendars and contacts | ||
LOGIN_MICROSOFT_ONLINE_CLIENT_ID= | ||
|
||
# [Optional] URL for mudita-dev-resources repo where gt-pressura font is placed. | ||
FONTS_DIRECTORY_URL= | ||
|
||
# [Optional] mudita.freshdesk.com | ||
# [Standard] mudita.freshdesk.com | ||
FRESHDESK_API_URL= | ||
FRESHDESK_API_TOKEN= | ||
|
||
# [Optional] analytics.mudita.com | ||
# [Standard] analytics.mudita.com | ||
ANALYTICS_ENABLED= | ||
ANALYTICS_API_URL= | ||
ANALYTICS_API_SITE_ID= | ||
|
||
# [Optional] Defines current feature toggles environment | ||
# [Standard] Defines current feature toggles environment | ||
FEATURE_TOGGLE_ENVIRONMENT= | ||
|
||
# [Optional] Defines the path to external variables file (used on CI) | ||
STATIC_CONFIGURATION_FILE_PATH= | ||
|
||
# [Optional] Disable redux logger during development. Enabled by default, set "0" to disable | ||
# [Dev Mode] Disable redux logger during development. Enabled by default; set "0" to disable | ||
DEV_REDUX_LOGGER_ENABLED= | ||
|
||
# [Optional] Disable device logger during development. Enabled by default, set "0" to disable | ||
# [Dev Mode] Disable device logger during development. Enabled by default; set "0" to disable | ||
DEV_DEVICE_LOGGER_ENABLED= | ||
|
||
# [Optional] Set desired latest release. Is based on enum OsEnvironment, so can be set to 'production', 'test-production' or 'daily'. | ||
# [Standard] Set desired latest release. Based on enum OsEnvironment; can be 'production', 'test-production' or 'daily' | ||
FEATURE_TOGGLE_RELEASE_ENVIRONMENT= | ||
|
||
# [Optional] Enable Mudita Center prerelease feature. Disabled by default, set "1" to enable | ||
MUDITA_CENTER_PRERELEASE_ENABLED= | ||
|
||
# [Optional] Set 1 run application with mock server | ||
# [Dev Mode] Runs the application with a mock server. Disabled by default; set "1" to enable | ||
MOCK_SERVICE_ENABLED= | ||
|
||
# [Optional] Enable shortcut for opening DevTools. Disabled by default, set "1" to enable | ||
# [Dev Mode] Enable shortcut for opening DevTools and access to useDevConsole functionalities. | ||
# Disabled by default; set "1" to enable | ||
DEV_TOOLS_SHORTCUT_ENABLED= | ||
|
||
# [Optional] Automatically open DevTools on startup. Disabled by default, set "1" to enable | ||
# [Dev Mode] Automatically open DevTools on startup. Disabled by default; set "1" to enable | ||
DEV_TOOLS_AUTO_OPEN_ENABLED= | ||
|
||
# [Optional] Allows to show unpublished content in Help. Disabled by default, set a secret token to enable | ||
# [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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.