mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
add sample config file (with default values)
This commit is contained in:
parent
7c504bb80a
commit
7a8565c3b2
7
src/appsettings.json
Normal file
7
src/appsettings.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"ServerConfiguration": {
|
||||
"Port": 9933,
|
||||
"EnableChat": true,
|
||||
"EventTimer": 30
|
||||
}
|
||||
}
|
@ -16,4 +16,9 @@
|
||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="appsettings.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user