slpkg/docs/configuration/index.md

28 lines
493 B
Markdown
Raw Normal View History

2023-06-15 10:23:27 +03:00
# CONFIGURATION FILES
2023-06-12 20:38:47 +03:00
There are four configuration files.
2023-06-15 09:31:53 +03:00
## slpkg.toml
2023-06-15 08:41:44 +03:00
2023-06-12 20:38:47 +03:00
The general configuration file:
```
/etc/slpkg/slpkg.toml
General configuration of slpkg
```
2023-06-15 09:31:53 +03:00
## repositories.toml
2023-06-15 08:41:44 +03:00
2024-03-31 20:46:33 +03:00
The repositories configuration file that you can set about repositories:
2023-06-12 20:38:47 +03:00
```
/etc/slpkg/repositories.toml
Repositories configuration
```
2023-06-15 09:31:53 +03:00
## blacklist.toml
2023-06-15 08:41:44 +03:00
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
```