-
Notifications
You must be signed in to change notification settings - Fork 55
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
1 parent
bc3bcdb
commit d76c88e
Showing
3 changed files
with
32 additions
and
3 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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
APP_API_BASE_URL=https://cdn-dev.jwplayer.com | ||
APP_PLAYER_ID=M4qoGvUk | ||
|
||
# page metadata (SEO) | ||
#APP_NAME= | ||
#APP_SHORT_NAME= | ||
#APP_DESCRIPTION | ||
|
||
# UI configuration | ||
APP_VERSION=$npm_package_version | ||
APP_FOOTER_TEXT="\u00a9 JW Player | [jwplayer.com](https://www.jwplayer.com/) | v${APP_VERSION}" | ||
|
||
# config for Google Services | ||
#APP_GTM_TAG_ID | ||
#APP_GOOGLE_SITE_VERIFICATION_ID | ||
|
||
# app metadata, for smart app banner (iOS) and native app banner (Android) | ||
# APP_APPLE_ITUNES_APP | ||
# APP_GOOGLE_RELATED_APPLICATION_ID | ||
|
||
# override with custom fonts. supports Google Fonts (eg. APP_BODY_FONT_FAMILY=google:Roboto,system:Verdana - use Roboto and fallback to Verdana) | ||
#APP_BODY_FONT_FAMILY | ||
#APP_BODY_ALT_FONT_FAMILY | ||
|
||
# public URL must be set for standalone applications | ||
#APP_PUBLIC_URL | ||
|
||
# the default language that the app should load when the language couldn't be detected | ||
APP_DEFAULT_LANGUAGE=en | ||
|
||
# a comma separated list of languages that are enabled (this only works for languages that are enabled in the app) | ||
APP_ENABLED_LANGUAGES=en,es |
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