Skip to content

Instantly share code, notes, and snippets.

@yuka1984
Created November 5, 2016 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuka1984/ec573c7e79752e37e117c54c516cf78e to your computer and use it in GitHub Desktop.
Save yuka1984/ec573c7e79752e37e117c54c516cf78e to your computer and use it in GitHub Desktop.
{
"ConnectionStrings": {
"DefaultConnection": "",
"StorageConnectionString": ""
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Container": {
"Registers": [
{
"Type": "ClassLibrary1.IHomeService",
"TypeAssembly": "ClassLibrary1" ,
"MapTo": "WebApplication2.Services.HomeService",
"LifeTime": "Singleton"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment