2022-04-06 18:17:33 +02:00
|
|
|
# This file contains settings used during development
|
|
|
|
api_key = "test"
|
2022-05-03 16:54:12 +02:00
|
|
|
data_dir = "data"
|
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-07 13:47:06 +02:00
|
|
|
default_arch = "x86_64"
|
2022-12-12 22:58:43 +01:00
|
|
|
arch = "x86_64"
|
2022-04-06 18:17:33 +02:00
|
|
|
|
2022-04-06 19:51:54 +02:00
|
|
|
address = "http://localhost:8000"
|
2022-04-13 16:12:22 +02:00
|
|
|
|
2022-12-13 19:59:18 +01:00
|
|
|
# global_schedule = '* *'
|
2022-04-30 16:08:35 +02:00
|
|
|
api_update_frequency = 2
|
2022-04-30 18:38:24 +02:00
|
|
|
image_rebuild_frequency = 1
|
2022-04-30 16:08:35 +02:00
|
|
|
max_concurrent_builds = 3
|
2022-12-17 17:11:19 +01:00
|
|
|
max_log_age = 64
|