Skip to content

Additional configuration specifications for containerization. #383

@daisukenishino2

Description

@daisukenishino2

Requirement

Add colon support to the #365 specification. Specifically, because some environments do not allow the use of colons in environment variables, the colon in the argument is converted to two underscores to be used.

dotnet user-secrets -p Core.ssl.csproj set Kestrel:Certificates:Default:Password” “seigi@123”

↓ ↓ ↓

ASPNETCORE_Kestrel__Certificates__Default__Password=seigi@123

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions