do not override appsettings-*.*.json
This commit is contained in:
parent
197f9f90bb
commit
148f333b36
8 changed files with 229 additions and 21 deletions
36
src/cli/appsettings-cli.json
Normal file
36
src/cli/appsettings-cli.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"ConnectionSettings" : {
|
||||
"Site": {
|
||||
"Title": "[Site title]",
|
||||
"Slogan": "[Site Slogan]",
|
||||
"Banner": "/images/[bannerAsset]",
|
||||
"HomeViewName": "Home",
|
||||
"FavIcon": "/favicon.ico",
|
||||
"Icon": "/images/[Site Icon]"
|
||||
},
|
||||
"ServerApi": {
|
||||
"Authority": "oauth.server-example.com",
|
||||
"ClientId": "[OAuth2NativeClientId]",
|
||||
"ClientSecret": "[OAuth2ClientSecret]"
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"IncludeScopes": true,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Warning",
|
||||
"Microsoft": "Warning"
|
||||
}
|
||||
},
|
||||
"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