Hi,
I want an Indicium to have all allowed as a value for the AllowedOrigins, so that we can debug some stuff we are trying.
For this, I need to set Indicium to dev-mode; but when I check the manual it says; in web.config, do this and that. (see here:
https://docs.thinkwisesoftware.com/docs/deployment/indicium#running-indicium-in-development-mode
BUT, when I open the web.config file
<configuration>
<!--
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
→
So, this is not making any sense to me.
Should be create a appsettings.development.json with these allowedorigins? Or… is it a line of code in the current appsettings?
And how can I set all as an allowed origin?
Thnx for any thoughts on this,
Alexander