Created
December 5, 2020 11:51
-
-
Save AbubakarSiddiq/8b7b9fe367f2ae07c746febd3621f5da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ConnectionStrings": { | |
"DefaultConnection": "Data Source=IPAddress,TCPPort; Initial Catalog=AspNetCore5Microservice; ID=sa; Password=password; 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