Skip to content

Instantly share code, notes, and snippets.

@ivanpaulovich
Created July 22, 2018 10:17
Show Gist options
  • Save ivanpaulovich/0a0eb90cb0aefda9d5ab497159f5ac46 to your computer and use it in GitHub Desktop.
Save ivanpaulovich/0a0eb90cb0aefda9d5ab497159f5ac46 to your computer and use it in GitHub Desktop.
autofac.entityframework.json
{
"defaultAssembly": "Manga.Infrastructure",
"modules": [
{
"type": "Manga.Infrastructure.Modules.WebApiModule",
"properties": {
}
},
{
"type": "Manga.Infrastructure.Modules.ApplicationModule",
"properties": {
}
},
{
"type": "Manga.Infrastructure.EntityFrameworkDataAccess.Module",
"properties": {
"ConnectionString": "Server=(LocalDB)\\MSSQLLocalDB;Database=MangaDb;Integrated Security=true;"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment