fyziktom / VirtualEconomyFramework

Framework for economy applications
https://veframework.com/
MIT License
24 stars 7 forks source link

Add appsetting.json for configuration of the VENFT Blazor App #97

Closed fyziktom closed 2 years ago

fyziktom commented 2 years ago

This setting of development/production should be placed in appsetting.json because of the automated deployment to the ve-nft.com which is production version and test.ve-nft.com and beta.ve-nft.com which are for development version.

Here is the guidelines from Microsoft. It is for .NET 6.0, but it works also for .NET Standard 2.1.

fyziktom commented 2 years ago

Description of solution is in the related merge request. closing issue now.