Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:22 +08:00
commit bfadf58584
8 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for environment-config-manager skill
- [ ] env_config_best_practices.md: A guide to best practices for managing environment configurations, including security considerations and version control.
- [ ] supported_config_formats.md: Documentation on the supported configuration file formats (e.g., YAML, JSON, .env) and their specific syntax requirements.
- [ ] api_documentation.md: Detailed API documentation for interacting with the environment configuration management system.
- [ ] security_guidelines.md: Security guidelines for storing and accessing sensitive configuration data.
- [ ] example_configurations.md: Example configuration files for different environments (development, staging, production).