Use auto-setup and update proj refs
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<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>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -24,12 +24,11 @@
|
||||
</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="..\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\OapTheme\Oap.Theme.csproj" />
|
||||
<ProjectReference Include="..\OAP\OverseasAutoProtection\Oap.Content.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -6,4 +6,38 @@
|
||||
"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