Skip to content

Change BaseSettings defaults #721

@samuelcolvin

Description

@samuelcolvin

So, to do before version 1:

I would like to see these two BaseSettings Config fields default to the following:

class Settings(BaseSettings):

  class Config:
    env_prefix = ""
    case_insensitive = True

Originally posted by @jasonkuhrt in #576 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    changeSuggested alteration to Pydantic, not a new feature nor a bugfeedback wanted

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions