diff options
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.example.scfg b/config.example.scfg index 59a04ad..3ba8959 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -10,6 +10,14 @@ syntax-highlight monokailight passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w== +# order of the list of repository, values: +# unordered +# alphabetical-asc +# alphabetical-desc +# lastcommit-asc +# lastcommit-desc +order-by lastcommit-asc + # repository section is order dependent where the first repository has priority # in case of conflict. Repository has also priority over scan. The order # between scan and repository is irrelevant which means that all repository |