[WIP] embed code generation
This commit is contained in:
parent
ec468c97f2
commit
32c7ce0867
11 changed files with 303 additions and 37 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue