Skip to content

Instantly share code, notes, and snippets.

@JIOO-phoeNIX
Created January 2, 2021 12:22
Embed
What would you like to do?
{
"ConnectionStrings": {
"SampleAppDbContext": "Data Source=DESKTOP-HC36QP0;Initial Catalog=GraphQLSampleApp;Integrated Security=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment