GoRacerr/config.toml

7 lines
182 B
TOML
Raw Permalink Normal View History

2024-08-30 12:36:47 +07:00
# config.toml
host = "0.0.0.0:3000"
# TMDbApiKey is required
2024-08-31 15:10:25 +07:00
tmdbApiKey = "41d05b7a36ba961740f7c05cc4ef634b"
2024-08-30 18:02:07 +07:00
dbName = "racer.db"
2024-08-30 12:36:47 +07:00
uploadFolder = "/home/rouggy/torrents/rtorrent/Race"