Use auto-setup and update proj refs

This commit is contained in:
2024-04-05 09:09:49 -05:00
parent 2fe006f641
commit b09f5bd336
3 changed files with 46 additions and 14 deletions

View File

@@ -16,9 +16,8 @@
</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>

View File

@@ -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>

View File

@@ -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": ""
}
]
}
}
} }