slpkg/docs/configuration/index.md

35 lines
625 B
Markdown
Raw Normal View History

2023-06-13 20:54:16 +03:00
# Configuration files
2023-06-12 20:38:47 +03:00
There are four configuration files.
2023-06-15 08:41:44 +03:00
# slpkg.toml
2023-06-12 20:38:47 +03:00
The general configuration file:
```
/etc/slpkg/slpkg.toml
General configuration of slpkg
```
2023-06-15 08:41:44 +03:00
# repositories.toml
2023-06-12 20:38:47 +03:00
The repositories configuration file that you can setting about repositories:
```
/etc/slpkg/repositories.toml
Repositories configuration
```
2023-06-15 08:41:44 +03:00
# blacklist.toml
2023-06-12 20:44:57 +03:00
In the blacklist configuration file, you can add packages to be ignored:
2023-06-12 20:38:47 +03:00
```
/etc/slpkg/blacklist.toml
Blacklist of packages
```
2023-06-15 08:41:44 +03:00
# rules.toml
2023-06-12 20:38:47 +03:00
The rules configuration is about to manage some specials files:
```
/etc/slpkg/rules.toml
Rules of packages.
```