Until the detailers are available in the configuration file, let's use tmdb as the default detailer for the movies
12 lines
289 B
Plaintext
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
|