canape/config.yml.exemple
Grégoire Delattre b9bfa5f625 Add tmdb in the config file and use it as detailer
Until the detailers are available in the configuration file, let's use
tmdb as the default detailer for the movies
2016-11-08 14:24:11 +01:00

12 lines
289 B
Plaintext

authorizer:
cookie_name: auth
cookie_key: mysecretkey
pepper: pepper
cost: 10
pgdsn: postgres://test:test@127.0.0.1:5432/dev?sslmode=disable
trakttv_client_id: my_trakttv_client_id
tmdb_api_key: my_tmdb_key
listen_port: 3000
templates_dir: build/templates
public_dir: build/public