microsoft_sql

  1. R

    Using Env Variables In AppSettings.Json

    I am trying to hide my server username and password in my default connection string. I have environment variables I set in the default config menu of visual studio, but how would I go about referencing them from default config? I can't use any string interpolation there. {...
Back
Top Bottom