Craig100
12/18/2024, 9:24 PMCraig100
12/18/2024, 9:34 PMKevin Jump
12/18/2024, 10:40 PMASPNETCORE_ENVIRONMENT
evironmental variable while you are working locally this is set to "Development" (actaully done in the properties/launchsettings.json file).
when you are running on Azure i think this is an environmental variable you set. (haven't looked at the Azure UI in a while and it changes)
so in theory you can set this variable to "Test" or "Live" and then appsettings.test.json or appsettings.live.json will be used and merged into the appsettings.json file.
the umbraco "production" mode is as you have read - for setting umbraco to run in production, it tunes things internally for umbraco and sets up certain expectations that make it run better "live"Craig100
12/19/2024, 8:17 AMLuuk Peters (ProudNerds)
12/19/2024, 8:26 AMLuuk Peters (ProudNerds)
12/19/2024, 8:30 AM