Environment variables
What you learn
The list of environment variables in the application.
Environment variables
- CLIENT_BRAND - application client target name
CLIENT_BRAND=ref
- CLIENT_SERVICE_URL - application main service end point url
CLIENT_SERVICE_URL=https://stable.deltatreaxis.com/api
- CLIENT_SERVICE_CDN_URL - application main service end point cdn url. Falls back to CLIENT_SERVICE_URL if undefined.
CLIENT_SERVICE_CDN_URL=https://stable.deltatreaxis.com/api
- CLIENT_DEFAULT_LOCALE - default application locale
# If not specified defaults to 'en'.
#
# This value maps directly to the strings.json bundle you wish to load by default:
#
# CORRECT: en => strings-en.json
# CORRECT: zh-cn => strings-zh-cn.json
# INCORRECT: zh => strings-zh-cn.json
#
# Compilation will fail if this doesn't match a strings-{locale}.json filename.
CLIENT_DEFAULT_LOCALE=en
- CLIENT_LOCALES - all locales included into application
# Should be comma separated e.g. en,fr,it
# If not specified defaults to include CLIENT_DEFAULT_LOCALE
CLIENT_LOCALES=en,zh-cn
- CLIENT_ASSET_URL - the base url to access those assets from within the application.
# In a production build we deploy all static assets (images, fonts, css, js) to S3
# and access them through a CDN
#
# If not specified defaults to '/'
CLIENT_ASSET_URL='/'
- CLIENT_BASENAME - Base path of URLs
CLIENT_BASENAME=''
- RTL - the RTL flag will process CSS to support both LTR and RTL layouts.
# If the project needs to support RTL (e.g. Arabic, Hebrew) languages,
# the RTL flag will process CSS to support both LTR and RTL layouts
# based on the HTML `dir`
RTL=true
- LOG_LEVEL - Set the level for logging in the application.
# 'FATAL', 'ERROR', 'WARN', 'INFO', 'DEBUG'
# Defaults to 'INFO' for production
LOG_LEVEL=INFO
TV application packages variables
- APP_VERSION - application version.
APP_VERSION=0.0.0
- VENDOR - application vendor name.
VENDOR=Massive Interactive
- APP_DOMAIN - application domain name.
APP_DOMAIN=www.deltatre.com
- APP_ID - application ID.
APP_ID=Axis
TIZEN specific variables
- TIZEN_PKG - Tizen application package ID
TIZEN_PKG=Deltatre12345
Default signing identity for packaging
- CERT_AUTHOR_PATH - authorization certificate key path in resources folder
CERT_AUTHOR_PATH=resource/certs/tizen/authorization.p12
- CERT_AUTHOR_PASS - authorization certificate key password
CERT_AUTHOR_PASS=123456
- CERT_DISTRIBUTOR_PATH - distribution public key path in resources folder
CERT_DISTRIBUTOR_PATH=resource/certs/tizen/path-public.p12
- CERT_DISTRIBUTOR_PASS - distribution public key passwword
CERT_DISTRIBUTOR_PASS=123456789
- RES - TV app resolution to 720p (as opposed to 1080p default)
RES=RES_720p
- NO_CSS_TRANSITION - Remove all CSS transitions
NO_CSS_TRANSITION=true
- TIZEN_PREVIEW_URL - Tizen file path with preview items data
TIZEN_PREVIEW_URL=https://developer.samsung.com/onlinedocs/tv/Preview/sampleJSON.json