vieter/vieter.toml

16 lines
329 B
TOML
Raw Normal View History

# This file contains settings used during development
api_key = "test"
data_dir = "data"
pkg_dir = "data/pkgs"
log_level = "DEBUG"
default_arch = "x86_64"
2022-12-12 22:58:43 +01:00
arch = "x86_64"
2022-04-06 19:51:54 +02:00
address = "http://localhost:8000"
# global_schedule = '* *'
api_update_frequency = 2
image_rebuild_frequency = 1
max_concurrent_builds = 3
2022-12-17 17:11:19 +01:00
max_log_age = 64