FoodDesire/Src/FoodDesire.AppSettings
-
Set SQL Connection String.
dotnet user-secrets set "ConnectionStrings:DefaultConnection" CONNECTIONSTRINGS_DEFAULTCONNECTION
-
Set Azure Blob Storage Connection String (Required for hosting ML model).
dotnet user-secrets set "ConnectionStrings:StorageConnection" CONNECTIONSTRINGS_STORAGECONNECTION
-
Set the Client ID for the application registered with Microsoft Identity Platform.
dotnet user-secrets set "ClientID" CLIENTID
Learn more about registering an application with Microsoft Identity Platform
-
Json Web Token Signing Key.
dotnet user-secrets set "Jwt:SignInKey" JWT_SIGNINKEY
-
Paypal Client ID.
dotnet user-secrets set "PayPal:ClientId" PAYPAL_CLIENTID
-
Paypal Secret.
dotnet user-secrets set "PayPal:Secret" PAYPAL_SECRET