16 lines
385 B
Text
16 lines
385 B
Text
|
# Copy this file to .env to make modifications
|
||
|
WEBPACK_WEB_PORT=9090
|
||
|
WEBPACK_ELECTRON_PORT=9091
|
||
|
WEB_SERVER_PORT=1337
|
||
|
DOMAIN=lbry.tv
|
||
|
URL=https://lbry.tv
|
||
|
SITE_TITLE=lbry.tv
|
||
|
LOGO_TITLE=lbry.tv
|
||
|
LBRY_WEB_API=https://api.lbry.tv
|
||
|
LBRY_WEB_STREAMING_API=https://cdn.lbryplayer.xyz
|
||
|
WELCOME_VERSION=1.0
|
||
|
DEFAULT_LANGUAGE=en
|
||
|
# If true, supply copy example to homepage.js in
|
||
|
CUSTOM_HOMEPAGE=false
|
||
|
|