I want to access values from appsetting.json file, my problem is also that I have in my project multiple appsetting files, not allowed to rename it, how can I solve that problem? Maybe solve with relative path?
want to access from tst -> src/Api/.../appsettings.json Properties appsettings.json Thanks!