Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest is lowercase #123

Merged
merged 1 commit into from
Oct 7, 2023
Merged

manifest is lowercase #123

merged 1 commit into from
Oct 7, 2023

Conversation

davidfowl
Copy link
Member

Ended up with this:

{
  "components": {
    "cache": {
      "type": "redis.v1",
      "connectionString": "localhost:64780"
    },
    "worker": {
      "type": "project.v1",
      "path": "..\\..\\ConsoleApp1\\ConsoleApp1.csproj",
      "env": {
        "DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION": "true",
        "LOGGING__CONSOLE__FORMATTERNAME": "simple",
        "LOGGING__CONSOLE__FORMATTEROPTIONS__TIMESTAMPFORMAT": "yyyy-MM-dd\u0027T\u0027HH:mm:ss.ffffff\u0027Z\u0027 ",
        "LOGGING__CONSOLE__FORMATTEROPTIONS__USEUTCTIMESTAMP": "true",
        "ConnectionStrings__cache": "{cache.connectionString}"
      }
    }
  }
}

@davidfowl davidfowl enabled auto-merge (squash) October 7, 2023 22:32
@davidfowl davidfowl merged commit baadd29 into main Oct 7, 2023
@davidfowl davidfowl deleted the davidfowl/fix-manifest-casing branch October 7, 2023 22:49
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant