Use auto-setup and update proj refs
This commit is contained in:
@@ -14,11 +14,10 @@
|
|||||||
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
|
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\OapApi.v1.Client\OapApi.v1.Client.csproj" />
|
|
||||||
<ProjectReference Include="..\OapApi.v1.Client\OapApi.v1.Client.csproj" />
|
<ProjectReference Include="..\OapApi.v1.Client\OapApi.v1.Client.csproj" />
|
||||||
<ProjectReference Include="..\OverseasAutoProtection\Oap.Content.csproj" />
|
<ProjectReference Include="..\Oap\Oap.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -24,12 +24,11 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\BenRamey\BenRameyTheme\BenRamey.Theme.csproj" />
|
<ProjectReference Include="..\BenRamey\BenRamey.Theme\BenRamey.Theme.csproj" />
|
||||||
<ProjectReference Include="..\Modules\MarkdownImport\MarkdownImport.csproj" />
|
<ProjectReference Include="..\Modules\MarkdownImport\MarkdownImport.csproj" />
|
||||||
<ProjectReference Include="..\OAP\OapApi.v1.Client\OapApi.v1.Client.csproj" />
|
<ProjectReference Include="..\OAP\Oap.Content\Oap.Content.csproj" />
|
||||||
|
<ProjectReference Include="..\OAP\Oap.Theme\Oap.Theme.csproj" />
|
||||||
<ProjectReference Include="..\OAP\OapApi.v1\OapApi.v1.csproj" />
|
<ProjectReference Include="..\OAP\OapApi.v1\OapApi.v1.csproj" />
|
||||||
<ProjectReference Include="..\OAP\OapTheme\Oap.Theme.csproj" />
|
|
||||||
<ProjectReference Include="..\OAP\OverseasAutoProtection\Oap.Content.csproj" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -1,9 +1,43 @@
|
|||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"IncludeScopes": false,
|
"IncludeScopes": false,
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Warning",
|
"Default": "Warning",
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"OrchardCore": {
|
||||||
|
"OrchardCore_AutoSetup": {
|
||||||
|
"AutoSetupPath": "",
|
||||||
|
"Tenants": [
|
||||||
|
{
|
||||||
|
"ShellName": "Default",
|
||||||
|
"SiteName": "Twain",
|
||||||
|
"SiteTimeZone": "America/Chicago",
|
||||||
|
"AdminUsername": "benjaminramey",
|
||||||
|
"AdminEmail": "benramey@fastmail.com",
|
||||||
|
"AdminPassword": "cvn8tqg6BWT3vpa!umj",
|
||||||
|
"DatabaseProvider": "Sqlite",
|
||||||
|
"DatabaseConnectionString": "",
|
||||||
|
"DatabaseTablePrefix": "",
|
||||||
|
"RecipeName": "Blank"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ShellName": "OverseasAutoProtection",
|
||||||
|
"SiteName": "Overseas Auto Protection",
|
||||||
|
"SiteTimeZone": "America/Chicago",
|
||||||
|
"AdminUsername": "twain_admin",
|
||||||
|
"AdminEmail": "benramey@fastmail.com",
|
||||||
|
"AdminPassword": "PANHnH3.DP6zeqMqRY6d",
|
||||||
|
"DatabaseProvider": "Sqlite",
|
||||||
|
"DatabaseConnectionString": "",
|
||||||
|
"DatabaseTablePrefix": "oap",
|
||||||
|
"RecipeName": "Blank",
|
||||||
|
"RequestUrlHost": "",
|
||||||
|
"RequestUrlPrefix": "oap",
|
||||||
|
"FeatureProfile": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user