Skip to content

Commit 443ab9a

Browse files
committed
add run configurations
1 parent 8294070 commit 443ab9a

5 files changed

+26
-3
lines changed

.idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_in_Development.xml .idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_MainChain_in_Development.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_in_Development_with_InMemory_DB.xml .idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_MainChain_in_Development_with_InMemory_DB.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_in_Production.xml .idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_MainChain_in_Production.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.AElf/.idea/runConfigurations/AElf_Launcher_SideChain_in_Production.xml

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AElf.Launcher/AElf.Launcher.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<None Update="Dockerfile">
1111
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
1212
</None>
13+
<None Update="appsettings.SideChain.MainNet.json">
14+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
15+
</None>
1316
</ItemGroup>
1417
<ItemGroup>
1518
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />

0 commit comments

Comments
 (0)