canape/config.yml.exemple
Grégoire Delattre de11a2f2c1 Add the image URL prefix in the configuration
This allows us to use a custom URL for images and use a CDN for caching
2017-05-05 13:28:52 +02:00

38 lines
596 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/
movie:
detailers:
- tmdb
- trakttv
torrenters:
- yts
searchers:
- yts
explorers:
- yts
- trakttv
show:
torrenters:
- eztv
detailers:
- tvdb
- trakttv
searchers:
- eztv
explorers:
- trakttv
- eztv
modules_params:
- name: trakttv
client_id: my_trakttv_client_id
- name: tmdb
apikey: my_tmdb_key