17 lines
321 B
Markdown
17 lines
321 B
Markdown
# Config Directory
|
|
|
|
This directory contains PMO configuration and settings.
|
|
|
|
## Structure
|
|
|
|
```
|
|
config/
|
|
├── README.md # This file
|
|
└── (future files) # PMO configuration and settings
|
|
```
|
|
|
|
## Purpose
|
|
|
|
The config directory manages all PMO-specific configurations and settings for consistent operation.
|
|
|
|
--- |