Created
February 12, 2020 18:58
-
-
Save ahmetkucukoglu/fef96c2cf3a249f3572b6b0435d2e1e7 to your computer and use it in GitHub Desktop.
ASP.NET Core ile Couchbase GeoSearch - appsettings.json
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
{ | |
"Couchbase": { | |
"Username": "admin", | |
"Password": "123456", | |
"ConnectionString": "couchbase://localhost" | |
}, | |
"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