summarylogtreecommitdiffstats
path: root/jellything_secrets.yaml
blob: b81eafa6893c86e53e29ae5dd99fcf7d7bbca965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file contains secret information for jellything.

# You need to set a passwort to enable admin login.
#admin_password: "hunter2"

# To avoid sign-out on server restart, generate persistent keys here.
# Use `head -c 32 /dev/random | base64`.
#session_key:
#cookie_key:

# Credentials for federating remote instances
federation: {}
    #"jellything.example.org": { username: "fed_example", password: "" }

# API Keys for obtaining metadata
api: {}
    #fanart_tv: ""
    #tmdb: ""
    #omdb: ""
    #trakt: ""
    #tvdb: ""