2022-04-06 18:17:33 +02:00
|
|
|
# This file contains settings used during development
|
|
|
|
api_key = "test"
|
|
|
|
download_dir = "data/downloads"
|
2022-04-07 15:21:27 +02:00
|
|
|
repos_dir = "data/repos"
|
2022-04-06 18:17:33 +02:00
|
|
|
pkg_dir = "data/pkgs"
|
2022-04-07 11:54:20 +02:00
|
|
|
log_level = "DEBUG"
|
2022-04-06 18:17:33 +02:00
|
|
|
repos_file = "data/repos.json"
|
2022-04-07 13:47:06 +02:00
|
|
|
default_arch = "x86_64"
|
2022-04-06 18:17:33 +02:00
|
|
|
|
2022-04-06 19:51:54 +02:00
|
|
|
address = "http://localhost:8000"
|