mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
27 lines
493 B
Markdown
27 lines
493 B
Markdown
# CONFIGURATION FILES
|
|
|
|
There are four configuration files.
|
|
|
|
## slpkg.toml
|
|
|
|
The general configuration file:
|
|
```
|
|
/etc/slpkg/slpkg.toml
|
|
General configuration of slpkg
|
|
```
|
|
|
|
## repositories.toml
|
|
|
|
The repositories configuration file that you can set about repositories:
|
|
```
|
|
/etc/slpkg/repositories.toml
|
|
Repositories configuration
|
|
```
|
|
|
|
## blacklist.toml
|
|
|
|
In the blacklist configuration file, you can add packages to be ignored:
|
|
```
|
|
/etc/slpkg/blacklist.toml
|
|
Blacklist of packages
|
|
```
|