All checks were successful
continuous-integration/drone/push Build is passing
* use npm instead of yarn * group frontend stuff * group backend stuff
56 lines
1016 B
Plaintext
56 lines
1016 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
|