3980d0f51e
Have changed some more lbry.tv instances into lbry.com so now the desktop app should no longer show the old LBRY.tv messages.
109 lines
2.8 KiB
Text
109 lines
2.8 KiB
Text
####### .env.default #########
|
|
|
|
# Copy this file to .env to make modifications
|
|
|
|
# Base config
|
|
WEBPACK_WEB_PORT=9090
|
|
WEBPACK_ELECTRON_PORT=9091
|
|
WEB_SERVER_PORT=1337
|
|
|
|
## APIS
|
|
LBRY_WEB_API=https://api.na-backend.odysee.com
|
|
LBRY_WEB_STREAMING_API=https://cdn.lbryplayer.xyz
|
|
LBRY_WEB_BUFFER_API=https://collector-service.api.lbry.tv/api/v1/events/video
|
|
COMMENT_SERVER_API=https://comments.odysee.com/api/v2
|
|
COMMENT_SERVER_NAME=Odysee
|
|
SEARCH_SERVER_API=https://lighthouse.odysee.com/search
|
|
SOCKETY_SERVER_API=wss://sockety.odysee.com/ws
|
|
THUMBNAIL_CDN_URL=https://image-processor.vanwanet.com/optimize/
|
|
WELCOME_VERSION=1.1
|
|
|
|
# STRIPE
|
|
# STRIPE_PUBLIC_KEY='pk_test_NoL1JWL7i1ipfhVId5KfDZgo'
|
|
|
|
# Analytics
|
|
MATOMO_URL=https://analytics.lbry.com/
|
|
MATOMO_ID=4
|
|
|
|
# OG
|
|
OG_TITLE_SUFFIX=| lbry.com
|
|
OG_HOMEPAGE_TITLE=lbry.com
|
|
OG_IMAGE_URL=
|
|
SITE_CANONICAL_URL=https://lbry.com
|
|
|
|
# UI
|
|
## Custom Site info
|
|
DOMAIN=lbry.com
|
|
URL=https://lbry.com
|
|
SITE_TITLE=LBRY
|
|
SITE_NAME=LBRY
|
|
SITE_DESCRIPTION=Meet LBRY, an open, free, and community-controlled content wonderland.
|
|
SITE_HELP_EMAIL=help@lbry.com
|
|
LOGO_TITLE=LBRY
|
|
CLOUD_CONNECT_SITE_NAME=Odysee
|
|
## Social media
|
|
TWITTER_ACCOUNT=LBRYcom
|
|
BRANDED_SITE=odysee
|
|
|
|
## OLD IMAGE ASSETS
|
|
#YRBL_HAPPY_IMG_URL=https://player.odysee.com/api/v3/streams/free/yrbl-happy/7aa50a7e5adaf48691935d55e45d697547392929/839d9a
|
|
#YRBL_SAD_IMG_URL=https://player.odysee.com/api/v3/streams/free/yrbl-sad/c2d9649633d974e5ffb503925e1f17d951f1bd0f/f262dd
|
|
|
|
# LOCALE
|
|
DEFAULT_LANGUAGE=en
|
|
|
|
## CUSTOM SETTINGS
|
|
# Additional settings for below are found in ui/constants/settings and are for
|
|
# preventing user settings from applying to custom sites without overwriting them.
|
|
# UNSYNCED_SETTINGS='theme dark_mode_times automatic_dark_mode_enabled'
|
|
|
|
## LINKED CONTENT WHITELIST
|
|
KNOWN_APP_DOMAINS=lbry.tv,lbry.lat,odysee.com
|
|
|
|
## CUSTOM CONTENT
|
|
# If the following is true, copy custom/homepage.example.js to custom/homepage.js and modify
|
|
CUSTOM_HOMEPAGE=false
|
|
|
|
# Add channels to auto-follow on first run
|
|
AUTO_FOLLOW_CHANNELS=lbry://@lbry#3fda836a92faaceedfe398225fb9b2ee2ed1f01a
|
|
|
|
## FEATURES AND LIMITS
|
|
SIMPLE_SITE=false
|
|
#BRANDED_SITE
|
|
|
|
ENABLE_COMMENT_REACTIONS=true
|
|
ENABLE_FILE_REACTIONS=true
|
|
ENABLE_CREATOR_REACTIONS=true
|
|
ENABLE_NO_SOURCE_CLAIMS=false
|
|
ENABLE_PREROLL_ADS=false
|
|
CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS=4
|
|
CHANNEL_STAKED_LEVEL_LIVESTREAM=5
|
|
WEB_PUBLISH_SIZE_LIMIT_GB=4
|
|
LOADING_BAR_COLOR=#2bbb90
|
|
LIGHTHOUSE_DEFAULT_TYPES=audio,video,text,image,application
|
|
|
|
SHOW_ADS=false
|
|
|
|
## SIMPLE_SITE REPLACEMENTS
|
|
ENABLE_MATURE=true
|
|
ENABLE_UI_NOTIFICATIONS=false
|
|
|
|
#ENABLE_LINK_TO_APP=true
|
|
#FORCE_ANALYTICS=true
|
|
#ENABLE_ADVANCED_FILTER=true
|
|
#ENABLE_PAID_CONTENT=true
|
|
#USE_FOOTER=true
|
|
#USE_DISCOVER_WHITELIST=false
|
|
#ENABLE_WILD_WEST=false
|
|
#FULL_SIDE_LINKS=true
|
|
#SHOW_TAGS_INTRO=false
|
|
|
|
# SEARCH TYPES
|
|
#VIDEO_ENABLED=true
|
|
#AUDIO_ENABLED=true
|
|
#POSTS_ENABLED=true
|
|
#IMAGES_ENABLED=true
|
|
#FILES_ENABLED=true
|
|
#MODELS_ENABLED=true
|
|
|
|
BRANDED_SITE=odysee
|