mirror of
https://github.com/mudita/mudita-center.git
synced 2026-05-18 22:02:01 -04:00
Co-authored-by: Michał Kurczewski <michalkurczewski94@gmail.com> Co-authored-by: Michał Kurczewski <michal@kurczewski.dev> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
# [CI Mode] Mocks behavior of e2e tests run in CI. Default "false"; set "true" to enable.
|
|
E2ECI=
|
|
|
|
# [Setup Mode] URL for mudita-dev-resources repo where gt-pressura font is placed
|
|
FONTS_DIRECTORY_URL=
|
|
|
|
# [Setup Mode] Access token to fetch fonts from private Mudita repos (build-time only, not bundled)
|
|
GH_BUILD_TOKEN=
|
|
|
|
# [Standard] Mudita Center Server URL to access to external services via proxy
|
|
VITE_MUDITA_CENTER_SERVER_URL=
|
|
|
|
# [Standard] OAuth Client IDs for Google and Microsoft authentication
|
|
VITE_GOOGLE_AUTH_CLIENT_ID=
|
|
VITE_MICROSOFT_AUTH_CLIENT_ID=
|
|
|
|
# [Standard] GitHub repository name for Mudita Center updates.
|
|
RELEASES_REPOSITORY_NAME=mudita-center
|
|
|
|
# [Standard] analytics.mudita.com
|
|
VITE_ANALYTICS_ENABLED=
|
|
VITE_ANALYTICS_API_URL=
|
|
VITE_ANALYTICS_API_SITE_ID=
|
|
|
|
# [Dev Mode] Access token used at runtime by the app for non-production update checks only
|
|
VITE_GH_RUNTIME_TOKEN=
|
|
|
|
# [Dev Mode] Runs the application with a mock server. Disabled by default; set "1" to enable
|
|
MOCK_SERVER_ENABLED=
|
|
|
|
# [Dev Mode] Whether to allow updates in development mode
|
|
DEV_APPUPDATE_ENABLED=
|
|
|
|
# [Dev Mode] Custom app dimensions
|
|
APP_WIDTH=
|
|
APP_HEIGHT=
|
|
|
|
# Enable logs in terminal and log file, levels in order of severity: error, warn, info, debug, verbose, silly
|
|
SERIALPORT_LOGS_LEVEL=silly
|
|
# Limit number of characters in a single log entry, 0 means no limit
|
|
SERIALPORT_LOG_LIMIT=1024
|
|
|
|
# Enable logs in terminal for serialport parser
|
|
SERIALPORT_PARSER_LOGS_ENABLED=0 |