28 lines
620 B
YAML
28 lines
620 B
YAML
listen:
|
|
hostname: 'localhost'
|
|
port: 3234
|
|
|
|
webserver:
|
|
https: false
|
|
hostname: 'localhost'
|
|
port: 3234
|
|
|
|
elastic_search:
|
|
hostname: 'localhost'
|
|
port: 9200
|
|
indexes:
|
|
videos: 'peertube-index-videos'
|
|
channels: 'peertube-index-channels'
|
|
|
|
log:
|
|
level: 'debug' # debug/info/warning/error
|
|
|
|
instances-index:
|
|
# Contains PeerTube instance hosts the indexer will index
|
|
# Must answer the following format: https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow-global-search
|
|
url: 'https://instances.joinpeertube.org/api/v1/instances/hosts'
|
|
|
|
whitelist:
|
|
enabled: false
|
|
hosts: null
|