Skip to content

Commit

Permalink
feat: initial prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 3, 2023
1 parent 35242fa commit 693a9d7
Show file tree
Hide file tree
Showing 43 changed files with 767 additions and 194 deletions.
4 changes: 4 additions & 0 deletions App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
<ProjectReference Include="..\Domain\Domain.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>


</Project>
6 changes: 0 additions & 6 deletions App/Config/settings.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Logging:
Console:
LogLevel:
Default: Information
FormatterName: json
FormatterOptions:
SingleLine: false
IncludeScopes: true
JsonWriterOptions:
Indented: true
OpenTelemetry:
IncludeFormattedMessage: true
IncludeScopes: true
Expand Down
14 changes: 7 additions & 7 deletions App/Config/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Kestrel:
Url: http://+:9001
Logging:
LogLevel:
Default: None
Console:
LogLevel:
Default: Information
Default: Information
# Console:
# LogLevel:
# Default: Debug
OpenTelemetry:
IncludeFormattedMessage: true
IncludeScopes: true
ParseStateValues: true
IncludeFormattedMessage: false
IncludeScopes: false
ParseStateValues: false
# Domain
App:
Landscape: lapras
Expand Down
46 changes: 0 additions & 46 deletions App/Migrations/20231123145755_InitialCreate.Designer.cs

This file was deleted.

39 changes: 0 additions & 39 deletions App/Migrations/20231123145755_InitialCreate.cs

This file was deleted.

222 changes: 222 additions & 0 deletions App/Migrations/20231202115729_InitialCreate.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 693a9d7

Please sign in to comment.