canape/config.yml.exemple
Grégoire Delattre be8e1db87a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update polochon to get the new tpb module
2020-01-31 11:11:10 +01:00

56 lines
1013 B
Plaintext

authorizer:
secret: my_secret_app_key
pepper: pepper
cost: 10
pgdsn: postgres://test:test@127.0.0.1:5432/dev?sslmode=disable
listen_port: 3000
public_dir: build/public
# default prefix, will be served by the go http server
img_url_prefix: img/
periodic_refresh:
enabled: true
interval: 12h
movie:
detailers:
- tmdb
- trakttv
torrenters:
- yts
- thepiratebay
searchers:
- yts
explorers:
- yts
- trakttv
show:
torrenters:
- thepiratebay
- eztv
detailers:
- tvdb
- trakttv
searchers:
- eztv
explorers:
- trakttv
- eztv
modules_params:
- name: thepiratebay
# timeout for the search (optional, default 30s)
timeout: 30s
# guessit endpoint (optional)
guessit_endpoint: "https://api.myguessit.mydomain"
urls:
- https://mypirate.cc
- https://piratebay.life
- https://thepiratebay.org
show_users:
- EtHD
movie_users:
- YIFY
- name: trakttv
client_id: my_trakttv_client_id
- name: tmdb
apikey: my_tmdb_key