Merge branch 'master' into lufthafen

This commit is contained in:
2021-04-28 16:02:24 +08:00
2 changed files with 0 additions and 9 deletions

View File

@@ -42,9 +42,6 @@
</ItemGroup>
<ItemGroup>
<None Update="applicationconfig.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="applicationconfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>

View File

@@ -1,6 +0,0 @@
{
"Cache": {
"CacheType": "RedisCache", // RedisCache
"RedisConnectionString": "127.0.0.1:6379,password=,defaultDatabase=2"
}
}