fixed app settings

main
Young 6 months ago
parent 49bc5dc6df
commit 2dda9d4af1

@ -21,6 +21,19 @@
<Content Include="..\.dockerignore"> <Content Include="..\.dockerignore">
<Link>.dockerignore</Link> <Link>.dockerignore</Link>
</Content> </Content>
<Content Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<None Remove="logs\**" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -44,7 +44,7 @@
"Server": "localhost", "Server": "localhost",
"Port": 3306, "Port": 3306,
"Database": "test-db", "Database": "test-db",
"UserId": "root", "User": "root",
"Password": "pass@word", "Password": "pass@word",
"SnowFlake": { "SnowFlake": {
"IsEnable": true, "IsEnable": true,
@ -56,7 +56,7 @@
"WriteFile": true, "WriteFile": true,
"SeqOptions": { "SeqOptions": {
"IsEnable": true, "IsEnable": true,
"Address": "localhost", "Address": "http://localhost:5341",
"Secret": "test_secret" "Secret": "test_secret"
} }
}, },

Loading…
Cancel
Save