enviornment examples

This commit is contained in:
daniel-c-harvey
2026-06-02 10:04:32 -04:00
parent d2ef21066d
commit 016764929b
7 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ __pycache__/
.claude/worktrees/
# Environment Secrets
**/environment
**/environment/*
!**/environment/*.example.json
**/appsettings.Development.json
# local sqlite files
+1
View File
@@ -10,6 +10,7 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
<!-- EF Core / Npgsql kept in sync with DeepDrftData / DeepDrftManager so the same DbContext registration compiles. -->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.7" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
<!-- AuthBlocks API host surface: AddAuthBlocks / MapAuthBlocks / UseAuthBlocksStartupAsync.
+4
View File
@@ -14,4 +14,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="database\" />
</ItemGroup>
</Project>