8 lines
156 B
TOML
8 lines
156 B
TOML
# config.toml
|
|
host = "0.0.0.0"
|
|
port = "3000"
|
|
# TMDbApiKey is required
|
|
tmdbApiKey = ""
|
|
dbName = "racer"
|
|
uploadFolder = "/home/rouggy/torrents/rtorrent/Race"
|