- initialize secret manager for dotnet
dotnet user-secrets init --project Server/Server.csproj
- set the Plaid Client ID, technically not a secret
dotnet user-secrets set "AppSettings:PlaidSettings:ClientId" "12345" --project Server/Server.csproj
- set the Plaid Secret
dotnet user-secrets set "AppSettings:PlaidSettings:Secret" "12345" --project Server/Server.csproj
generated from garunski-co/blazor-base
-
Notifications
You must be signed in to change notification settings - Fork 0
License
garunski-co/spent-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published