[format]
with_tabs = false
indentation_size = 4
max_line_length = 90
sort_inputs = false
trailing_commas = true

[check]
except = []
deny_warnings = false
deny_notes = false
hide_notes = false
all_lint_rules = false
only_lint_tags = []
filter_lint_tags = []

[check.lint]
allowed_runtime_keys = []
allowed_names = []

[analyzer]
lint = false
except = []

[run]
backend = "first"
suppress_env_specific_output = false
experimental_features_enabled = false
fail = "slow"
output_dir = "./out"

[run.http]

[run.workflow.scatter]

[run.task]
cpu_limit_behavior = "deny"
memory_limit_behavior = "deny"
cache = "off"
digests = "weak"
excluded_cache_requirements = []
excluded_cache_hints = []
excluded_cache_inputs = []

[run.backends.first]
type = "tes"
insecure = false

[run.backends.first.auth]
type = "basic"
username = "foo"
password = "<REDACTED>"

[run.backends.second]
type = "tes"
insecure = false

[run.backends.second.auth]
type = "bearer"
token = "<REDACTED>"

[run.storage.azure.auth]
account_name = "foo"
access_key = "<REDACTED>"

[run.storage.s3.auth]
access_key_id = "foo"
secret_access_key = "<REDACTED>"

[run.storage.google.auth]
access_key = "foo"
secret = "<REDACTED>"

[server]
host = "127.0.0.1"
port = 8080
allowed_origins = []
output_directory = "./out"
allowed_file_paths = []
allowed_urls = []

[server.database]

[server.engine]
suppress_env_specific_output = false
experimental_features_enabled = false
fail = "slow"

[server.engine.http]

[server.engine.workflow.scatter]

[server.engine.task]
cpu_limit_behavior = "deny"
memory_limit_behavior = "deny"
cache = "off"
digests = "weak"
excluded_cache_requirements = []
excluded_cache_hints = []
excluded_cache_inputs = []

[server.engine.storage.azure]

[server.engine.storage.s3]

[server.engine.storage.google]

[test]
parallelism = 50

[common]
color = "auto"
report_mode = "full"

[common.wdl]

