guardicore / guardicore/monkey
Migrate `server_config.json` to YAML.
Open
Complexity: Low
Impact: Medium
Refactor
UI
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
## Descriptions
JSON is not designed to be a human-readable format. Since the `server_config.json` file is meant to be editable by a human, YAML is a better choice. Migrate from `server_config.json` to `server_config.yaml`
Contributor guide
Assessment
This issue has not been assessed yet.