entertainarr 0.1.1

entertainarr server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[http_server]
address = "0.0.0.0"
port = 3000

[jsonwebtoken]
secret = "this is a secret"
duration = 43200 # 12h

[sqlite]
url = "/var/lib/entertainarr/storage.db"

[tmdb]
api_key = ""