Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Created February 12, 2020 18:58
Show Gist options
  • Save ahmetkucukoglu/fef96c2cf3a249f3572b6b0435d2e1e7 to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/fef96c2cf3a249f3572b6b0435d2e1e7 to your computer and use it in GitHub Desktop.
ASP.NET Core ile Couchbase GeoSearch - appsettings.json
{
"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