slpkg/docs/configuration/index.md

27 lines
541 B
Markdown
Raw Normal View History

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