The-DevOps-Daily/pg-wire-mock

Support configuration files (JSON/YAML) in addition to environment variables

Open

#115 opened on 2025年10月13日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (15 forks)github user discovery
enhancementhacktoberfest

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Goal: Allow users to configure the server via config files for easier complex configuration management.

Features:

  • Support for pg-mock.json and pg-mock.yaml files
  • Hierarchical configuration (file < env vars < CLI args)
  • Configuration validation and helpful error messages
  • Hot-reload support for config file changes
  • Documentation and examples for config file usage

Benefits: Easier management of complex configurations, better version control of settings.

コントリビューターガイド