Warning: You should not edit root config files unless you have prior experience with software and the JSON language!
- appsettings.json
- appsettings.json used in Production (normal consumer usage)- appsettings.Development.json used in Development (software development)
- appsettings.staging.json used in Staging (testing)
- appconfig.json
To modify a setting, copy the setting "block" from appsettings.json to appconfig.json. Then make the necessary modifications. Never make changes to the appsettings.json files. They are overwritten by updates and patches. When you are completed, click Save and Reload Configuration.
The comments in the appsettings.json file will guide you in edits.