[WIP] embed code generation

This commit is contained in:
Paul Schneider 2019-01-08 15:00:58 +00:00
commit 32c7ce0867
11 changed files with 303 additions and 37 deletions

View file

@ -22,9 +22,15 @@
"Microsoft": "Warning"
}
},
"Data": {
"DefaultConnection": {
"ConnectionString": "[sbConStr]"
}
"ConnectionStrings": {
"Default":"[your default connection string]"
},
"gen_mvc" : {
"NameSpace": "Yavsc",
"AppBase": "../Yavsc",
"RelativePath": "../Yavsc/Controllers/Generated",
"DbContextFullName": "Yavsc.Models.ApplicationDbContext",
"ControllerName": "LiveFlowController",
"ModelFullName": "Yavsc.Models.Streaming.LiveFlow"
}
}