@ -21,6 +21,19 @@
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
<Content Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="logs\**" />
<EmbeddedResource Remove="logs\**" />
<None Remove="logs\**" />
</Project>
@ -44,7 +44,7 @@
"Server": "localhost",
"Port": 3306,
"Database": "test-db",
"UserId": "root",
"User": "root",
"Password": "pass@word",
"SnowFlake": {
"IsEnable": true,
@ -56,7 +56,7 @@
"WriteFile": true,
"SeqOptions": {
"Address": "localhost",
"Address": "http://localhost:5341",
"Secret": "test_secret"
}
},