slpkg/docs/configuration/index.md
2023-06-12 20:44:57 +03:00

27 lines
No EOL
560 B
Markdown

### Configuration files
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 configuration file, you can add packages 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.
```