vieter/vieter.toml

10 lines
229 B
TOML
Raw Normal View History

# This file contains settings used during development
api_key = "test"
download_dir = "data/downloads"
data_dir = "data"
pkg_dir = "data/pkgs"
log_level = "DEBUG"
repos_file = "data/repos.json"
2022-04-06 19:51:54 +02:00
address = "http://localhost:8000"