forked from OdyseeTeam/odysee-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlbrytv.yml
More file actions
43 lines (32 loc) · 1.04 KB
/
lbrytv.yml
File metadata and controls
43 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
LbrynetServers:
default: http://localhost:5581/
lbrynet1: http://localhost:5581/
lbrynet2: http://localhost:5581/
Debug: 1
InternalAPIHost: https://api.lbry.com
ProjectURL: https://lbry.tv
DatabaseDSN: postgres://lbrytv:lbrytv@localhost
Database:
DBName: lbrytv
Options: sslmode=disable
PublishSourceDir: /storage/published
BlobFilesDir: /storage/lbrynet/blobfiles
ReflectorAddress: reflector.lbry.com:5566
# ReflectorTimeout (in seconds) is TCP timeout for pushing blobs to reflector.
ReflectorTimeout: 60
RefractorAddress: blobcache.lbry.com:5567
# RefractorTimeout (in seconds) is TCP timeout for streaming blobs off reflector/refractor.
RefractorTimeout: 120
PaidTokenPrivKey: token_privkey.rsa
LbrynetXServer: http://sdk.lbry.tech:5279/api
LbrynetXPercentage: 50
FreeContentURL: https://cdn.lbryplayer.xyz/api/v4/streams/free/
PaidContentURL: https://cdn.lbryplayer.xyz/api/v3/streams/paid/
CORSDomains:
- http://localhost:1337
- http://localhost:9090
RPCTimeouts:
txo_spend: 4m
txo_list: 4m
transaction_list: 4m
publish: 4m