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