mirror of
https://github.com/mudler/luet.git
synced 2025-09-19 17:54:29 +00:00
Update config example in contrib/config/luet.yaml
This commit is contained in:
@@ -108,3 +108,21 @@
|
||||
# basic: "mybasicauth"
|
||||
# Define token authentication header
|
||||
# token: "mytoken"
|
||||
# ---------------------------------------------
|
||||
# Solver parameter configuration:
|
||||
# ---------------------------------------------
|
||||
# solver:
|
||||
#
|
||||
# Solver strategy to solve possible conflicts during depedency
|
||||
# solving. Defaults to empty (none). Available: qlearning
|
||||
# type: ""
|
||||
#
|
||||
# Solver agent learning rate. 0.1 to 1.0
|
||||
# rate: 0.7
|
||||
#
|
||||
# Learning discount factor.
|
||||
# discount: 1.0
|
||||
#
|
||||
# Number of overall attempts that the solver has available before bailing out.
|
||||
# max_attempts: 9000
|
||||
#
|
Reference in New Issue
Block a user