Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created June 25, 2021 01:07
Show Gist options
  • Save MahdiKarimipour/637b797baab964bd1532e1960bf61050 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/637b797baab964bd1532e1960bf61050 to your computer and use it in GitHub Desktop.
App Secrets File
{
"AppSecrets": {
"AuthSecrets": {
"Secret": "jskhdg******vkjdsfhvb"
},
"SendGridSecrets": {
"ApiKey": "kdfhvli******fghvb"
},
"ConnectionStrings": {
"DbConnectionString": "Server = .\MSSQLServer01; Database=****; Trusted_Connection=True; MultipleActiveResultSets=True"
},
"GoogleSecrets": {
"CaptchaVerificationSecret": "ldjfgh*****ljsd"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment