Config#
- pydantic settings neophile.config.Config#
- Configuration for neophile. - Parameters:
- Fields:
 - 
field commit_email: Optional[str] = None#
- Email address to use for GitHub commits. If None, a GitHub bot email address will be constructed using github_app_id. 
 - 
field github_private_key: SecretStr= SecretStr('')#
- GitHub App private key - Constraints:
- type = string 
- writeOnly = True 
- format = password