mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
15 lines
339 B
Markdown
15 lines
339 B
Markdown
# Configuration
|
|||
|
|
|
||
|
|
PMG supports local configuration through a configuration file. To create the default configuration file, run:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pmg setup install
|
||
|
|
```
|
||
|
|
|
||
|
|
To see the configuration file path and activated configuration, run:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pmg setup info
|
||
|
|
```
|
||
|
|
|
||
|
|
See [config template](../config/config.template.yml) for the configuration schema.
|