fixed app settings

main
Young 6 months ago
parent 49bc5dc6df
commit 2dda9d4af1

@ -21,6 +21,19 @@
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
<Content Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<None Remove="logs\**" />
</ItemGroup>
</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": {
"IsEnable": true,
"Address": "localhost",
"Address": "http://localhost:5341",
"Secret": "test_secret"
}
},

Loading…
Cancel
Save